debugger: some cleanup after the model/view reorganization

This commit is contained in:
hjk
2010-11-08 16:17:59 +01:00
parent 71007d2ccb
commit f02f08167f
4 changed files with 72 additions and 99 deletions

View File

@@ -339,11 +339,6 @@ protected:
DebuggerRunControl *runControl() const;
private:
void executeRunToLine();
void executeRunToFunction();
void executeJumpToLine();
void addToWatchWindow();
// wrapper engine needs access to state of its subengines
friend class QmlCppEngine;