forked from qt-creator/qt-creator
		
	debugger: adjust maemo adapter to new architecture
This commit is contained in:
		@@ -1293,8 +1293,7 @@ void DebuggerEngine::notifyInferiorExited()
 | 
			
		||||
    }
 | 
			
		||||
    setState(InferiorShutdownRequested);
 | 
			
		||||
    setState(InferiorShutdownOk);
 | 
			
		||||
    showMessage(_("QUEUE: SHUTDOWN ENGINE"));
 | 
			
		||||
    QTimer::singleShot(0, d, SLOT(doShutdownEngine()));
 | 
			
		||||
    d->queueShutdownEngine();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void DebuggerEngine::setState(DebuggerState state, bool forced)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user