AutoTest: Simplify caching for test information

We only need the referencing file in some cases.
First step for refactoring the code parser and the test tree model.

Change-Id: I713212461e4992863ef11a0a634c5d8d786a72a9
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Christian Stenger
2016-01-25 08:40:36 +01:00
parent 9074a8c310
commit 9a0941277b
5 changed files with 72 additions and 109 deletions

View File

@@ -39,7 +39,6 @@ namespace Internal {
struct TestCodeLocationAndType;
class TestCodeParser;
class TestInfo;
class TestTreeItem;
class TestTreeModel : public Utils::TreeModel