forked from qt-creator/qt-creator
Fix missing translations
Fixed some lacks of Q_OBJECT macro. Change-Id: I226078baa40977ef49357b34b1e9dc5f0491d76a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -45,7 +45,7 @@ QmlProfilerRunConfigurationAspect::QmlProfilerRunConfigurationAspect(
|
||||
setProjectSettings(new QmlProfilerSettings());
|
||||
setGlobalSettings(QmlProfilerPlugin::globalSettings());
|
||||
setId(Constants::SETTINGS);
|
||||
setDisplayName(tr("QML Profiler Settings"));
|
||||
setDisplayName(QCoreApplication::translate("QmlProfilerRunConfiguration", "QML Profiler Settings"));
|
||||
setUsingGlobalSettings(true);
|
||||
resetProjectToGlobalSettings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user