diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-25 18:53:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-25 18:53:41 +0000 |
| commit | 33317ad580fd2f5981f53e866b8d1795132f32bb (patch) | |
| tree | 52f862c45fbd58b79912a555dbfaca73b22c2ee2 /src/qmmpui/groupedcontainer_p.h | |
| parent | af4b2444f18a4902d380313f9fc10b91e060692c (diff) | |
| download | qmmp-33317ad580fd2f5981f53e866b8d1795132f32bb.tar.gz qmmp-33317ad580fd2f5981f53e866b8d1795132f32bb.tar.bz2 qmmp-33317ad580fd2f5981f53e866b8d1795132f32bb.zip | |
formatter: added track number field
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5184 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/groupedcontainer_p.h')
| -rw-r--r-- | src/qmmpui/groupedcontainer_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/groupedcontainer_p.h b/src/qmmpui/groupedcontainer_p.h index 449493144..0f9c61a5b 100644 --- a/src/qmmpui/groupedcontainer_p.h +++ b/src/qmmpui/groupedcontainer_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 * @@ -65,6 +65,7 @@ public: void randomizeList(); private: + void swapTrackNumbers(int index1, int index2); void updateCache() const; QList<PlayListGroup *> m_groups; |
