debugger: use 'maint print msymbols' to extract Qt's namespace

still racy
This commit is contained in:
hjk
2011-01-19 10:48:39 +01:00
parent c1228d0c67
commit c736cc3c8d
9 changed files with 213 additions and 66 deletions

View File

@@ -244,7 +244,7 @@ public:
bool isMasterEngine() const;
DebuggerEngine *masterEngine() const;
virtual bool prepareForQmlBreak() { return false; }
virtual bool prepareForQmlBreak(bool /*on*/) { return false; }
virtual void handlePrepareForQmlBreak() {}
signals: