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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/qmlprofilerextension/pixmapcachemodel.h b/plugins/qmlprofilerextension/pixmapcachemodel.h
index 8ac8d42218c..2e63f5996fa 100644
--- a/plugins/qmlprofilerextension/pixmapcachemodel.h
+++ b/plugins/qmlprofilerextension/pixmapcachemodel.h
@@ -114,6 +114,8 @@ protected slots:
void dataChanged();
private:
+ void synthesizeLoadStart(PixmapCacheEvent &newEvent);
+
class PixmapCacheModelPrivate;
PixmapCacheModelPrivate *d;