Fixes: debugger: work on plugin breakpoints

This commit is contained in:
hjk
2009-02-12 13:04:01 +01:00
parent b928f7b570
commit 6f64b19ebf
5 changed files with 51 additions and 76 deletions

View File

@@ -217,7 +217,6 @@ private:
int m_oldestAcceptableToken;
int m_gdbVersion; // 6.8.0 is 680
int m_shared;
// awful hack to keep track of used files
QHash<QString, QString> m_shortToFullName;