forked from qt-creator/qt-creator
Core: Use a constant for the default creator theme
Change-Id: I53ba63cf55fb6918d959b0d396175a3188d62bd9 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -97,7 +97,7 @@ CorePlugin::~CorePlugin()
|
||||
void CorePlugin::parseArguments(const QStringList &arguments)
|
||||
{
|
||||
const Id settingsThemeId = Id::fromSetting(ICore::settings()->value(
|
||||
QLatin1String(Constants::SETTINGS_THEME), QLatin1String("default")));
|
||||
QLatin1String(Constants::SETTINGS_THEME), QLatin1String(Constants::DEFAULT_THEME)));
|
||||
Id themeId = settingsThemeId;
|
||||
QColor overrideColor;
|
||||
bool presentationMode = false;
|
||||
|
||||
Reference in New Issue
Block a user