forked from qt-creator/qt-creator
Utils, all: Standardize on QtcSettings
Change-Id: Id222016f15b1c3bfe6710fe5d0297666d4565ef1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -403,7 +403,7 @@ void CorePlugin::checkSettings()
|
||||
msgBox.exec();
|
||||
}, Qt::QueuedConnection);
|
||||
};
|
||||
const QSettings * const userSettings = ICore::settings();
|
||||
const QtcSettings * const userSettings = ICore::settings();
|
||||
QString errorDetails;
|
||||
switch (userSettings->status()) {
|
||||
case QSettings::NoError: {
|
||||
|
||||
Reference in New Issue
Block a user