aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--plugins/qmlprofiler/qmlprofilermodelmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qmlprofilermodelmanager.h b/plugins/qmlprofiler/qmlprofilermodelmanager.h
index faa4d53fe80..df033ff1223 100644
--- a/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -122,6 +122,8 @@ public slots:
const QStringList &data, const QmlDebug::QmlEventLocation &location);
void addSceneGraphEvent(int eventType, int SGEtype, qint64 startTime,
qint64 timing1, qint64 timing2, qint64 timing3, qint64 timing4, qint64 timing5);
+ void addPixmapCacheEvent(qint64 time, int pixmapEventType, QString Url,
+ int pixmapWidth, int pixmapHeight, int referenceCount);
void addV8Event(int depth, const QString &function,const QString &filename, int lineNumber,
double totalTime, double selfTime);