diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-01 18:23:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-01 18:23:58 +0000 |
| commit | f492b1b9684844a45614eae55cc8b166f12520ba (patch) | |
| tree | 081b71b65c8628d91cf96788da5b293909a86b57 /src/qmmpui/playlistcontainer_p.h | |
| parent | f0741d2dd30fbe3ba8990a078ceb2151ebab4f34 (diff) | |
| download | qmmp-f492b1b9684844a45614eae55cc8b166f12520ba.tar.gz qmmp-f492b1b9684844a45614eae55cc8b166f12520ba.tar.bz2 qmmp-f492b1b9684844a45614eae55cc8b166f12520ba.zip | |
fixed normal container
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5199 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistcontainer_p.h')
| -rw-r--r-- | src/qmmpui/playlistcontainer_p.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qmmpui/playlistcontainer_p.h b/src/qmmpui/playlistcontainer_p.h index 351a3b30f..5cdc281e7 100644 --- a/src/qmmpui/playlistcontainer_p.h +++ b/src/qmmpui/playlistcontainer_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2014 by Ilya Kotov * + * Copyright (C) 2013-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -67,6 +67,9 @@ public: virtual void reverseList() = 0; virtual void randomizeList() = 0; + +protected: + void swapTrackNumbers(QList<PlayListItem *> *container, int index1, int index2); }; #endif // PLAYLISTCONTAINER_P_H |
