debugger: move a slot to DebuggerEnginePrivate

This commit is contained in:
hjk
2010-07-20 10:07:42 +02:00
parent 3ff18381d0
commit e63253737c
2 changed files with 6 additions and 7 deletions

View File

@@ -251,7 +251,6 @@ public:
void openFile(const QString &fileName, int lineNumber = -1);
void gotoLocation(const QString &fileName, int lineNumber, bool setMarker);
void gotoLocation(const StackFrame &frame, bool setMarker);
Q_SLOT void raiseApplication();
virtual void quitDebugger(); // called by DebuggerRunControl
protected: