From 01bb81fdc905c2ec6d4ff97a528453eeda26df5f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 23 Oct 2014 08:19:36 +0000 Subject: improved playist container git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4592 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/groupedcontainer_p.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/groupedcontainer_p.h') 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 m_groups; - QList m_items; + void updateIndex() const; + mutable QList m_groups; bool m_reverted; + + mutable QList m_items; + mutable bool m_update; + }; #endif // GROUPEDCONTAINER_P_H -- cgit v1.2.3-13-gbd6f