aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-10-16 17:42:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-10-16 17:42:06 +0000
commit6d121794491610ca09441715bd1fa15d88c31890 (patch)
treef2b5c8d2778621ad3b7fd5dd11601a248fda7154 /src/qmmpui/playlistmanager.h
parent8abc1d73303c4841ff8bbf22d4d6f7994d4ac190 (diff)
downloadqmmp-6d121794491610ca09441715bd1fa15d88c31890.tar.gz
qmmp-6d121794491610ca09441715bd1fa15d88c31890.tar.bz2
qmmp-6d121794491610ca09441715bd1fa15d88c31890.zip
some main menu reorganization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1941 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
-rw-r--r--src/qmmpui/playlistmanager.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h
index c1adb2378..de9108055 100644
--- a/src/qmmpui/playlistmanager.h
+++ b/src/qmmpui/playlistmanager.h
@@ -288,6 +288,14 @@ public slots:
* This is a convenience function and is the same as calling \b selectedPlayList()->removeDuplicates()
*/
void removeDuplicates();
+ /*!
+ * This is a convenience function and is the same as calling \b selectedPlayList()->clearQueue()
+ */
+ void clearQueue();
+ /*!
+ * This is a convenience function and is the same as calling \b selectedPlayList()->stopAfterSelected()
+ */
+ void stopAfterSelected();
private: