AutoTest: Store referencing file inside test tree item

This duplicates (temporarily) the information for referencing files,
but the cache inside the parser will be removed within a later patch.

Change-Id: I7377864547f0d9ce074fa409b9c12067c4329d40
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-01-25 09:30:41 +01:00
parent 3d5bb6d0bb
commit 1caeb9bb63
5 changed files with 56 additions and 1 deletions

View File

@@ -78,6 +78,8 @@ public:
QMultiMap<QString, int> gtestNamesAndSets() const;
#endif
QMap<QString, QString> referencingFiles() const;
signals:
void testTreeModelChanged();