debugger: rename m_runInWrapperEngine into m_isSlaveEngine

This commit is contained in:
hjk
2010-10-27 14:25:36 +02:00
parent ab967902d8
commit 0f994600b2
2 changed files with 18 additions and 12 deletions

View File

@@ -336,7 +336,8 @@ protected:
virtual void shutdownEngine() = 0;
void setState(DebuggerState state, bool forced = false);
void setRunInWrapperEngine(bool value);
void setSlaveEngine(bool value);
bool isSlaveEngine() const;
protected:
DebuggerRunControl *runControl() const;