forked from qt-creator/qt-creator
		
	Use Core::Id for settings category in showWarningWithOptions
Change-Id: Ie296816c271efabfb7a046c176bc33ebde6f6454 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user