aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlistmodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-04-23 15:05:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-04-23 15:05:23 +0000
commit7e58dddb0028b8326c36038d2a4d432f72ae8d3e (patch)
treeda848d2c1141eaf1198508a23b24c5d55386a10b /src/ui/playlistmodel.h
parenta46e764e8742d4ec5d0399f573c4e1767823dbf7 (diff)
downloadqmmp-7e58dddb0028b8326c36038d2a4d432f72ae8d3e.tar.gz
qmmp-7e58dddb0028b8326c36038d2a4d432f72ae8d3e.tar.bz2
qmmp-7e58dddb0028b8326c36038d2a4d432f72ae8d3e.zip
play file if it was added from command line
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@352 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlistmodel.h')
-rw-r--r--src/ui/playlistmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/playlistmodel.h b/src/ui/playlistmodel.h
index 798442514..8fff71e72 100644
--- a/src/ui/playlistmodel.h
+++ b/src/ui/playlistmodel.h
@@ -220,6 +220,7 @@ public:
signals:
void listChanged();
void currentChanged();
+ void firstAdded();
public slots:
void load(MediaFile *);