aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
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: