aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-04-03 18:44:18 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-04-03 18:44:18 +0000
commit245027ffccb6dd722b1c928b0d53a62f095c466e (patch)
tree294413fcc3da4d6bec3b023995f94151cdbd32e4 /src/qmmpui/playlistmanager.h
parentc5f29e360410f5f0de93e76282bbed9fcdbeca7e (diff)
downloadqmmp-245027ffccb6dd722b1c928b0d53a62f095c466e.tar.gz
qmmp-245027ffccb6dd722b1c928b0d53a62f095c466e.tar.bz2
qmmp-245027ffccb6dd722b1c928b0d53a62f095c466e.zip
streambrowser: add track with title and genre
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8769 90c681e8-e032-0410-971d-27865f9a5e38
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);