debugger: add more heuristics to find sources

Change-Id: I78a22b885217ed45c97b992e0d70ef3bc19d24f9
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-23 17:53:30 +01:00
committed by hjk
parent 51988bb5e0
commit c0accaa3af
2 changed files with 45 additions and 8 deletions

View File

@@ -584,9 +584,9 @@ private: ////////// View & Data Stuff //////////
// awful hack to keep track of used files
QMap<QString, QString> m_shortToFullName;
QMap<QString, QString> m_fullToShortName;
QMultiMap<QString, QString> m_baseNameToFullName;
void invalidateSourcesList();
bool m_sourcesListOutdated;
bool m_sourcesListUpdating;
bool m_breakListOutdated;