forked from qt-creator/qt-creator
debugger: add more heuristics to find sources
Change-Id: I78a22b885217ed45c97b992e0d70ef3bc19d24f9 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user