diff options
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 d652b6e38..6fde5864a 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -135,6 +135,10 @@ signals: */ void playListRemoved(int index); /*! + * Emitted when playlist changes its position from \b i to \b j. + */ + void playListMoved(int i, int j); + /*! * Emitted when the list of playlists is changed. */ void playListsChanged(); |
