diff options
author | Christian Stenger <christian.stenger@qt.io> | 2020-10-06 15:27:27 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2020-11-09 08:23:00 +0000 |
commit | 24db5dcc4f95a01df6bf396c07ad22fcb56fab6f (patch) | |
tree | 4d15393b90221a285b25f596835a731fe7779f38 /src/plugins/autotest/itestframework.cpp | |
parent | f9cb69921149c389b8e7bebca34b5ac755b4c6cf (diff) | |
download | qt-creator-24db5dcc4f95a01df6bf396c07ad22fcb56fab6f.tar.gz |
AutoTest: Use base of framework inside TestTreeItem
...and respectively inside the parse results which hold the
information that are used to create the items.
Change-Id: I78f7b5632df5d449d39fa03ffbf48036a138e337
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/itestframework.cpp')
-rw-r--r-- | src/plugins/autotest/itestframework.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotest/itestframework.cpp b/src/plugins/autotest/itestframework.cpp index 0f2fccdbf6..37172d91c8 100644 --- a/src/plugins/autotest/itestframework.cpp +++ b/src/plugins/autotest/itestframework.cpp @@ -24,7 +24,6 @@ ****************************************************************************/ #include "itestframework.h" -#include "itestparser.h" namespace Autotest { |