From 82f9de4af05d0663a6c9d84a2e0586e76583f576 Mon Sep 17 00:00:00 2001 From: hjk Date: Sat, 29 Dec 2012 00:15:49 +0100 Subject: Use Core::Id for settings category in showWarningWithOptions Change-Id: Ie296816c271efabfb7a046c176bc33ebde6f6454 Reviewed-by: hjk --- src/plugins/debugger/gdb/gdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/gdb') 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(); -- cgit v1.2.1