debugger: fix script debugger startup

This commit is contained in:
hjk
2009-04-07 11:24:00 +02:00
parent d7d8ed6d95
commit 8e16a02acf
2 changed files with 47 additions and 32 deletions

View File

@@ -82,7 +82,7 @@ private:
void exitDebugger();
void continueInferior();
void runInferior();
Q_SLOT void runInferior();
void interruptInferior();
void runToLineExec(const QString &fileName, int lineNumber);