diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-23 08:12:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-23 08:12:25 +0000 |
| commit | 73b5f5312a00236f264403e995d268641212b61f (patch) | |
| tree | ba26fdf486ac4e8797d81c50f7c8c2dea592c42e /src/qmmpui/normalcontainer_p.h | |
| parent | b0c1e410bc00722617659647f2a05a0084228444 (diff) | |
| download | qmmp-73b5f5312a00236f264403e995d268641212b61f.tar.gz qmmp-73b5f5312a00236f264403e995d268641212b61f.tar.bz2 qmmp-73b5f5312a00236f264403e995d268641212b61f.zip | |
improved sorting implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3648 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/normalcontainer_p.h')
| -rw-r--r-- | src/qmmpui/normalcontainer_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/normalcontainer_p.h b/src/qmmpui/normalcontainer_p.h index b83762c27..370756ba1 100644 --- a/src/qmmpui/normalcontainer_p.h +++ b/src/qmmpui/normalcontainer_p.h @@ -53,9 +53,12 @@ public: void reverseList(); void randomizeList(); + void sort(int mode); + void sortSelection(int mode); private: QList<PlayListItem *> m_items; + bool m_reverted; }; #endif // NORMALCONTAINER_P_H |
