diff options
author | hjk <qthjk@ovi.com> | 2012-12-29 00:15:49 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-12-29 19:03:21 +0100 |
commit | 82f9de4af05d0663a6c9d84a2e0586e76583f576 (patch) | |
tree | 1f8c1a62d07f171d869aea68b7c29a8f5a615615 /src/plugins/debugger/gdb | |
parent | af1cc6831cfe9c8f891c610020754fe091bc4d7b (diff) | |
download | qt-creator-82f9de4af05d0663a6c9d84a2e0586e76583f576.tar.gz |
Use Core::Id for settings category in showWarningWithOptions
Change-Id: Ie296816c271efabfb7a046c176bc33ebde6f6454
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/gdb')
-rw-r--r-- | src/plugins/debugger/gdb/gdbengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index fb12b6fda4..1f46d4009e 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -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(); |