diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 08:19:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-23 08:19:36 +0000 |
| commit | 01bb81fdc905c2ec6d4ff97a528453eeda26df5f (patch) | |
| tree | 472ecd0317aa7e6d5c57c3d0ea61c1fc230c3eca /src/qmmpui/groupedcontainer_p.h | |
| parent | 1c7c5f601afad3740e056b6663ec07d91fe50d90 (diff) | |
| download | qmmp-01bb81fdc905c2ec6d4ff97a528453eeda26df5f.tar.gz qmmp-01bb81fdc905c2ec6d4ff97a528453eeda26df5f.tar.bz2 qmmp-01bb81fdc905c2ec6d4ff97a528453eeda26df5f.zip | |
improved playist container
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4592 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/groupedcontainer_p.h')
| -rw-r--r-- | src/qmmpui/groupedcontainer_p.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/qmmpui/groupedcontainer_p.h b/src/qmmpui/groupedcontainer_p.h index 897572363..260af3fab 100644 --- a/src/qmmpui/groupedcontainer_p.h +++ b/src/qmmpui/groupedcontainer_p.h @@ -66,10 +66,13 @@ public: private: void addGroup(PlayListGroup *group); - void updateIndex(); - QList<PlayListGroup *> m_groups; - QList<PlayListItem *> m_items; + void updateIndex() const; + mutable QList<PlayListGroup *> m_groups; bool m_reverted; + + mutable QList<PlayListItem *> m_items; + mutable bool m_update; + }; #endif // GROUPEDCONTAINER_P_H |
