Fix lupdate issues

Change-Id: I26f08ae82354c178f6d26f9138796328b50bfba8
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2020-03-12 13:46:25 +01:00
parent d1daf6a542
commit 9e0009803c
21 changed files with 126 additions and 105 deletions

View File

@@ -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);
}