diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-10 15:22:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-02-10 15:22:31 +0000 |
| commit | 617bf301e3be32d86076010e6f08062b0a6757e7 (patch) | |
| tree | d993050cb35ce388b35f64a2d3df40e52df46966 /src/qmmpui/playlistmanager.h | |
| parent | c9cb0def793dcd34aa4d516d9e50c1f0b81e1dc3 (diff) | |
| download | qmmp-617bf301e3be32d86076010e6f08062b0a6757e7.tar.gz qmmp-617bf301e3be32d86076010e6f08062b0a6757e7.tar.bz2 qmmp-617bf301e3be32d86076010e6f08062b0a6757e7.zip | |
added possibility to add files from command line to specific playlist
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2590 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 16bf5a7c6..0e2279701 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -139,6 +139,10 @@ public slots: */ void selectPlayList(int index); /*! + * Selects playlist with name \b name. + */ + void selectPlayList(const QString &name); + /*! * Selects next playlist if possible. */ void selectNextPlayList(); |
