aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp')
-rw-r--r--plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp b/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
index 8d7dc55a701..0633c183c7c 100644
--- a/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
+++ b/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
@@ -200,7 +200,13 @@ int SceneGraphTimelineModel::getEventType(int index) const
// TODO fix
return QmlDebug::PixmapCacheEvent;
//return QmlDebug::SceneGraphFrameEvent;
-// return 0;
+ // return 0;
+}
+
+int SceneGraphTimelineModel::getEventCategory(int index) const
+{
+ Q_UNUSED(index);
+ return 0;
}
int SceneGraphTimelineModel::getEventRow(int index) const