QmlCppDebugger: frame change now managed by DebuggerEngine

reviewed-by: hjk
This commit is contained in:
Christiaan Janssen
2011-02-02 13:35:42 +01:00
parent dbe0d593d2
commit 3a3d9c14b9
2 changed files with 1 additions and 13 deletions

View File

@@ -75,9 +75,6 @@ protected:
void executeJumpToLine(const QString &fileName, int lineNumber);
void executeDebuggerCommand(const QString &command);
void frameUp();
void frameDown();
void setupEngine();
void setupInferior();
void runEngine();