Mark m_pixmapCacheKey as mutable so we don't have to const_cast.

This commit is contained in:
Felix Geyer
2012-07-25 12:15:14 +02:00
parent 6b13d18137
commit e9a96ff80a
4 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ private:
QList<Entry*> m_entries;
QPointer<Group> m_parent;
QPixmapCache::Key m_pixmapCacheKey;
mutable QPixmapCache::Key m_pixmapCacheKey;
bool m_updateTimeinfo;