Core: Actually create settings widget

Amends dae9cb13cf

Change-Id: I0f4bef0b84e3383860ac5d871dabf089badbcf11
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2020-01-09 14:32:38 +01:00
committed by David Schulz
parent 7ad96a967f
commit 0a33e0eebe

View File

@@ -263,6 +263,7 @@ SystemSettings::SystemSettings()
setId(Constants::SETTINGS_ID_SYSTEM); setId(Constants::SETTINGS_ID_SYSTEM);
setDisplayName(tr("System")); setDisplayName(tr("System"));
setCategory(Constants::SETTINGS_CATEGORY_CORE); setCategory(Constants::SETTINGS_CATEGORY_CORE);
setWidgetCreator([] { return new SystemSettingsWidget; });
} }
} // namespace Internal } // namespace Internal