debugger: less indirections when opening files

This commit is contained in:
hjk
2010-11-08 15:57:40 +01:00
parent 44f1d14c13
commit 71007d2ccb
6 changed files with 16 additions and 21 deletions

View File

@@ -101,7 +101,8 @@ public slots:
// void runTest(const QString &fileName);
void showMessage(const QString &msg, int channel, int timeout = -1);
void gotoLocation(const QString &fileName, int lineNumber, bool setMarker);
void gotoLocation(const QString &fileName, int lineNumber = -1,
bool setMarker = false);
private:
friend class DebuggerEngine;