De-Q_OBJECT-ify some more settings pages

Change-Id: I4700c9749c12c3fbe3adc9dc702283c8ce545ab2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-01-16 18:18:20 +01:00
parent 20725da050
commit 3818b44fde
7 changed files with 14 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ namespace Internal {
IosSettingsPage::IosSettingsPage()
{
setId(Constants::IOS_SETTINGS_ID);
setDisplayName(tr("iOS"));
setDisplayName(IosSettingsWidget::tr("iOS"));
setCategory(ProjectExplorer::Constants::DEVICE_SETTINGS_CATEGORY);
setWidgetCreator([] { return new IosSettingsWidget; });
}