aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/groupedcontainer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/groupedcontainer_p.h')
-rw-r--r--src/qmmpui/groupedcontainer_p.h9
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