forked from qt-creator/qt-creator
		
	debugger: cosmetics
This commit is contained in:
		@@ -681,7 +681,7 @@ void DebuggerEngine::showMessage(const QString &msg, int channel, int timeout) c
 | 
			
		||||
 | 
			
		||||
void DebuggerEngine::startDebugger(DebuggerRunControl *runControl)
 | 
			
		||||
{
 | 
			
		||||
     if (!isSessionEngine()) {
 | 
			
		||||
    if (!isSessionEngine()) {
 | 
			
		||||
        d->m_progress.setProgressRange(0, 100);
 | 
			
		||||
        Core::FutureProgress *fp = Core::ICore::instance()->progressManager()
 | 
			
		||||
            ->addTask(d->m_progress.future(),
 | 
			
		||||
 
 | 
			
		||||
@@ -2374,7 +2374,7 @@ void DebuggerPluginPrivate::interruptDebuggingRequest()
 | 
			
		||||
 | 
			
		||||
void DebuggerPluginPrivate::exitDebugger()
 | 
			
		||||
{
 | 
			
		||||
    // The engine will finally call setState(DebuggerNotReady) which
 | 
			
		||||
    // The engine will finally call setState(DebuggerFinished) which
 | 
			
		||||
    // in turn will handle the cleanup.
 | 
			
		||||
    notifyCurrentEngine(RequestExecExitRole);
 | 
			
		||||
    m_codeModelSnapshot = CPlusPlus::Snapshot();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user