diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-06 19:34:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-06 19:34:58 +0000 |
| commit | b97d5da365d53ef73af199985d4f2091f863fd85 (patch) | |
| tree | 01ff168fcb6c64e3a850d5ffb200deedf3e9a844 /src/qmmpui/playlistmanager.h | |
| parent | 0c9515e6f8220fc847065a766f8be7612126f18a (diff) | |
| download | qmmp-b97d5da365d53ef73af199985d4f2091f863fd85.tar.gz qmmp-b97d5da365d53ef73af199985d4f2091f863fd85.tar.bz2 qmmp-b97d5da365d53ef73af199985d4f2091f863fd85.zip | |
changed PlayListTask::sort and PlayListTask::sortSelection functions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8112 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 2dc444441..c0a675092 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -222,11 +222,11 @@ public slots: /*! * This is a convenience function and is the same as calling \b selectedPlayList()->sortSelection(mode) */ - void sortSelection(int mode); + void sortSelection(PlayListModel::SortMode mode); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->sort(mode) */ - void sort(int mode); + void sort(PlayListModel::SortMode mode); /*! * This is a convenience function and is the same as calling \b selectedPlayList()->addToQueue() */ |
