diff options
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index f49341a74..41299f36d 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -191,7 +191,7 @@ public slots: */ void activatePlayList(PlayListModel *model); /*! - * Sets current playlist by \b index. + * Sets current playlist with index \b index. */ void activatePlayList(int index); /*! @@ -203,6 +203,10 @@ public slots: */ void removePlayList(PlayListModel *model); /*! + * Removes playlist with index \b index. + */ + void removePlayList(int index); + /*! * Moves playlist with index \b i to index \b j. */ void move(int i, int j); |
