debugger: reorganize debuggerengine.h

This commit is contained in:
hjk
2011-01-12 13:43:23 +01:00
parent 5268b0c865
commit 1c7c49e228
2 changed files with 33 additions and 31 deletions

View File

@@ -1057,6 +1057,11 @@ bool DebuggerEngine::isSlaveEngine() const
return d->m_masterEngine != 0;
}
DebuggerEngine *DebuggerEngine::masterEngine() const
{
return d->m_masterEngine;
}
bool DebuggerEngine::debuggerActionsEnabled() const
{
return debuggerActionsEnabled(d->m_state);