forked from qt-creator/qt-creator
debugger: code cosmetics
This commit is contained in:
@@ -252,10 +252,12 @@ public slots:
|
||||
virtual void quitDebugger() { exitDebugger(); } // called by DebuggerRunControl
|
||||
|
||||
protected:
|
||||
void setState(DebuggerState state, bool forced = false);
|
||||
void notifyEngineStarted();
|
||||
void notifyEngineStartFailed();
|
||||
|
||||
//private: // FIXME. State transitions
|
||||
void setState(DebuggerState state, bool forced = false);
|
||||
|
||||
private:
|
||||
void executeRunToLine();
|
||||
void executeRunToFunction();
|
||||
|
||||
Reference in New Issue
Block a user