diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-01 17:54:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-11-01 17:54:27 +0000 |
| commit | 24af8da3f8942c200ba0058341a66a888224aa3c (patch) | |
| tree | c01647eef52405ff06ed13e6d151b75cddde3834 /src/qmmpui/playlistmanager.h | |
| parent | 15d744d752d16aa5621c98cd2de2d6ce3f6e6f46 (diff) | |
| download | qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.tar.gz qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.tar.bz2 qmmp-24af8da3f8942c200ba0058341a66a888224aa3c.zip | |
changed playlist api, prepare for shortcut editor implementation, fixed direcory scan order (Closes issue 207)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1970 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index de9108055..b8559b05b 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -249,17 +249,9 @@ public slots: */ void showDetails(); /*! - * This is a convenience function and is the same as calling \b selectedPlayList()->addFile(path) + * This is a convenience function and is the same as calling \b selectedPlayList()->add(paths) */ - void addFile(const QString &path); - /*! - * This is a convenience function and is the same as calling \b selectedPlayList()->addFiles(l) - */ - void addFiles(const QStringList& l); - /*! - * This is a convenience function and is the same as calling \b selectedPlayList()->addDirectory(dir) - */ - void addDirectory(const QString& dir); + void add(const QStringList &paths); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->randomizeList() */ |
