aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestframework.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-03-26 10:11:39 +0100
committerhjk <hjk@qt.io>2020-03-27 14:11:11 +0000
commit77c4caf4ea6ed993c1c636d3bd85906056a93a8a (patch)
tree8163778eb7138b575b7e419bbeba615b58accc86 /src/plugins/autotest/itestframework.h
parent223281222d7fbb3df270b8d573a7b44a102a3283 (diff)
Autotest: Keep track of generating framework in TestTreeItem
... and TestConfiguration. This allows dropping code that reconstruct framework ids and framework lookup by id. Change-Id: I0bb1e6e135376e21f96b9fab7971aa097787e483 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/autotest/itestframework.h')
-rw-r--r--src/plugins/autotest/itestframework.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/itestframework.h b/src/plugins/autotest/itestframework.h
index 8d81b28289..27efbaaa60 100644
--- a/src/plugins/autotest/itestframework.h
+++ b/src/plugins/autotest/itestframework.h
@@ -83,7 +83,7 @@ public:
protected:
virtual ITestParser *createTestParser() = 0;
- virtual TestTreeItem *createRootNode() const = 0;
+ virtual TestTreeItem *createRootNode() = 0;
private:
TestTreeItem *m_rootNode = nullptr;