diff options
| author | Christian Stenger <christian.stenger@qt.io> | 2020-10-09 13:07:55 +0200 |
|---|---|---|
| committer | Christian Stenger <christian.stenger@qt.io> | 2020-11-09 08:24:01 +0000 |
| commit | ac14a1e0388749208e9b546b3f1438ba253d6cb9 (patch) | |
| tree | 18e69138d0574a1adf754ac2fb33fbd54eea6d0d /src/plugins/autotest/quick/quicktestframework.cpp | |
| parent | 24db5dcc4f95a01df6bf396c07ad22fcb56fab6f (diff) | |
| download | qt-creator-ac14a1e0388749208e9b546b3f1438ba253d6cb9.tar.gz | |
AutoTest: Clean up header mess
Better decoupling and reduced binary size.
Change-Id: I4f6239979d9d7dae4ad92f19ec8420be38372c07
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/autotest/quick/quicktestframework.cpp')
| -rw-r--r-- | src/plugins/autotest/quick/quicktestframework.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp index 7b60c661f4..416fbc25d7 100644 --- a/src/plugins/autotest/quick/quicktestframework.cpp +++ b/src/plugins/autotest/quick/quicktestframework.cpp @@ -27,6 +27,7 @@ #include "quicktestparser.h" #include "quicktesttreeitem.h" +#include "../autotestconstants.h" #include "../testframeworkmanager.h" #include "../qtest/qttestconstants.h" |
