aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextension/pixmapcachemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofilerextension/pixmapcachemodel.h')
-rw-r--r--plugins/qmlprofilerextension/pixmapcachemodel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/qmlprofilerextension/pixmapcachemodel.h b/plugins/qmlprofilerextension/pixmapcachemodel.h
index e1bafd6552..fdf20f5195 100644
--- a/plugins/qmlprofilerextension/pixmapcachemodel.h
+++ b/plugins/qmlprofilerextension/pixmapcachemodel.h
@@ -35,12 +35,11 @@ class PixmapCacheModel : public QmlProfiler::SingleCategoryTimelineModel
public:
struct PixmapCacheEvent {
- int eventId;
int pixmapEventType;
int urlIndex;
- qint64 cacheSize;
- int rowNumberExpanded;
+ int sizeIndex;
int rowNumberCollapsed;
+ qint64 cacheSize;
};
enum PixmapEventType {
@@ -71,6 +70,8 @@ public:
void clear();
private:
+ static const int PixmapCacheCountHue = 240;
+
class PixmapCacheModelPrivate;
Q_DECLARE_PRIVATE(PixmapCacheModel)
};