diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-26 14:53:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-26 14:53:55 +0000 |
| commit | 33b8a3deca95b0cc17798c7cde6e9bb84e0062c5 (patch) | |
| tree | 111ef11cc7d7036f2740bd53f21464b713b47f49 /src/qmmpui/playlistmanager.h | |
| parent | 7aa9985918a315e0c5ce4134c58db88351c04d45 (diff) | |
| download | qmmp-33b8a3deca95b0cc17798c7cde6e9bb84e0062c5.tar.gz qmmp-33b8a3deca95b0cc17798c7cde6e9bb84e0062c5.tar.bz2 qmmp-33b8a3deca95b0cc17798c7cde6e9bb84e0062c5.zip | |
some api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1644 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 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(); |
