aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 14:38:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 14:38:02 +0000
commit61f5091dfbcd7dcab776eadafc6f9b1704d52334 (patch)
tree23727166b42a427590c709efa0e6929ddc2fe596 /src/qmmpui/playlistmodel.h
parenta37bc1f38ef32f8e382682e3b7df16fa8a2f8d20 (diff)
downloadqmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.tar.gz
qmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.tar.bz2
qmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.zip
added METADATA flag
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4680 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index c71e5cb3d..c5cc63058 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -308,7 +308,8 @@ public:
SELECTION = 0x02,
QUEUE = 0x04,
CURRENT = 0x08,
- STOP_AFTER = 0x10
+ STOP_AFTER = 0x10,
+ METADATA = 0x20
};
signals:
@@ -467,6 +468,8 @@ public slots:
*/
void rebuildGroups();
+ void updateMetaData();
+
private:
/*!
* Returns topmost row in current selection
@@ -484,6 +487,8 @@ private:
int removeTrackInternal(int i);
+
+
private slots:
/*!
* Prepares play state object
@@ -499,7 +504,7 @@ private slots:
*/
void prepareGroups(bool enabled);
- void updateMetaData();
+
void onTaskFinished();
private: