diff options
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 |
