Show a useful dialog when debugger can't find debugging helper.

Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
con
2009-04-08 17:25:28 +02:00
parent e7e0fe7475
commit a0fa383235
2 changed files with 29 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ private:
//
// Own stuff
//
void showDebuggingHelperWarning();
int currentFrame() const;
QString currentWorkingDirectory() const { return m_pwd; }