forked from qt-creator/qt-creator
debugger: some start up state consolidation
This commit is contained in:
@@ -345,6 +345,11 @@ protected:
|
||||
bool isStateDebugging() const;
|
||||
void setStateDebugging(bool on);
|
||||
|
||||
virtual void setupSlaveInferior();
|
||||
virtual void setupSlaveEngine();
|
||||
virtual void runSlaveEngine();
|
||||
virtual void shutdownSlaveEngine();
|
||||
|
||||
private:
|
||||
// Wrapper engine needs access to state of its subengines.
|
||||
friend class Internal::QmlCppEngine;
|
||||
|
||||
Reference in New Issue
Block a user