Use Core::Id for settings category in showWarningWithOptions

Change-Id: Ie296816c271efabfb7a046c176bc33ebde6f6454
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-12-29 00:15:49 +01:00
parent af1cc6831c
commit 82f9de4af0
5 changed files with 8 additions and 7 deletions

View File

@@ -4991,7 +4991,7 @@ void GdbEngine::handleAdapterStartFailed(const QString &msg,
Core::ICore::showWarningWithOptions(title, msg);
} else {
Core::ICore::showWarningWithOptions(title, msg, QString(),
_(Debugger::Constants::DEBUGGER_SETTINGS_CATEGORY), settingsIdHint);
Constants::DEBUGGER_SETTINGS_CATEGORY, settingsIdHint);
}
}
notifyEngineSetupFailed();