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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h
index b8df71137..be39f11be 100644
--- a/src/qmmpui/playlistmanager.h
+++ b/src/qmmpui/playlistmanager.h
@@ -204,6 +204,10 @@ public slots:
*/
void showDetails();
/*!
+ * This is a convenience function and is the same as calling \b selectedPlayList()->add(tracks)
+ */
+ void add(QList <PlayListTrack *> tracks);
+ /*!
* This is a convenience function and is the same as calling \b selectedPlayList()->add(path)
*/
void add(const QString &path);