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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp b/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
index af7068c5ea6..e8775aad04d 100644
--- a/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
+++ b/plugins/qmlprofilerextended/scenegraphtimelinemodel.cpp
@@ -308,7 +308,7 @@ const QVariantList SceneGraphTimelineModel::getEventDetails(int index) const
{
QVariantMap res;
- res.insert(tr("title"), QVariant(labelForSGType(ev->sgEventType)));
+ res.insert(QLatin1String("title"), QVariant(labelForSGType(ev->sgEventType)));
result << res;
}