aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-03-12 13:46:25 +0100
committerEike Ziller <eike.ziller@qt.io>2020-03-18 10:45:15 +0000
commit9e0009803c56211f257947b45240b924d50697b9 (patch)
tree4a2a322327b8f098be75b0e5083364addd3039af /src/plugins/qmlprofiler
parentd1daf6a54295f592b6d9d3838461d53eab07fae8 (diff)
Fix lupdate issues
Change-Id: I26f08ae82354c178f6d26f9138796328b50bfba8 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/qmlprofileroptionspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofileroptionspage.cpp b/src/plugins/qmlprofiler/qmlprofileroptionspage.cpp
index 3f75b0f9bd..4d1f478a6c 100644
--- a/src/plugins/qmlprofiler/qmlprofileroptionspage.cpp
+++ b/src/plugins/qmlprofiler/qmlprofileroptionspage.cpp
@@ -38,7 +38,7 @@ QmlProfilerOptionsPage::QmlProfilerOptionsPage()
setId(Constants::SETTINGS);
setDisplayName(QmlProfilerConfigWidget::tr("QML Profiler"));
setCategory("T.Analyzer");
- setDisplayCategory(tr("Analyzer"));
+ setDisplayCategory(QmlProfilerConfigWidget::tr("Analyzer"));
setCategoryIconPath(Analyzer::Icons::SETTINGSCATEGORY_ANALYZER);
}