summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-05-24 13:45:35 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-05-25 07:40:47 +0000
commitf3957d383fbe2599637933486f8566596dc8b737 (patch)
tree7b9bd5872c8876583335e32d35d58f347704667f /tests
parentd76eab7d2f1f43b97cfe1bbb6eaaf8734c5cb1c9 (diff)
downloadqt-creator-f3957d383fbe2599637933486f8566596dc8b737.tar.gz
Utils: More forward declarations / drop unused headers [T-Z]
Round 1 - focus on headers. For classes with initial in range [T-Z]. Replace QT_FORWARD_DECLARE_CLASS with QT_BEGIN_NAMESPACE and QT_END_NAMESPACE and forward declare inside. Change-Id: I4ac3a8391e6167aa2db3973a9f94a45ac3c8ebd1 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/utils/templateengine/tst_templateengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/utils/templateengine/tst_templateengine.cpp b/tests/auto/utils/templateengine/tst_templateengine.cpp
index ed51e5330a..a9352b1783 100644
--- a/tests/auto/utils/templateengine/tst_templateengine.cpp
+++ b/tests/auto/utils/templateengine/tst_templateengine.cpp
@@ -23,6 +23,7 @@
**
****************************************************************************/
+#include <utils/macroexpander.h>
#include <utils/templateengine.h>
#include <QtTest>