debugger: first shot at combined cpp/qml stepping

This commit is contained in:
hjk
2011-01-14 17:08:59 +01:00
parent 349ff0f1c7
commit 1aef962e5a
5 changed files with 42 additions and 10 deletions

View File

@@ -94,6 +94,8 @@ private:
void setState(DebuggerState newState, bool forced = false);
void slaveEngineStateChanged(DebuggerEngine *slaveEngine, DebuggerState state);
virtual void handlePrepareForQmlBreak();
private:
QScopedPointer<QmlCppEnginePrivate> d;
};