aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofilersimplemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qmlprofilersimplemodel.h')
-rw-r--r--plugins/qmlprofiler/qmlprofilersimplemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qmlprofilersimplemodel.h b/plugins/qmlprofiler/qmlprofilersimplemodel.h
index c2c2c01bb0b..e556a7a5d3a 100644
--- a/plugins/qmlprofiler/qmlprofilersimplemodel.h
+++ b/plugins/qmlprofiler/qmlprofilersimplemodel.h
@@ -71,6 +71,7 @@ public:
void addRangedEvent(int type, int bindingType, qint64 startTime, qint64 length, const QStringList &data, const QmlDebug::QmlEventLocation &location);
void addFrameEvent(qint64 time, int framerate, int animationcount);
void addSceneGraphEvent(int eventType, int SGEtype, qint64 startTime, qint64 timing1, qint64 timing2, qint64 timing3, qint64 timing4, qint64 timing5);
+ void addPixmapCacheEvent(qint64 time, int cacheEventType, const QString& url, int width, int height, int refCount);
qint64 lastTimeMark() const;
virtual void complete();