aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-11 11:15:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-12 14:16:31 +0000
commit242eeb31e9101358cb0b98496b84cca5bb44f908 (patch)
tree7d2098491a248df2bc9a8db9c8c64818ad2d2986 /tests
parentdca5809938530d799964e2ac2b508c94aa690d86 (diff)
Don't include unused header
Fix compiler warning, runTests was not used. Change-Id: I7ded597e992723eca2366cecfd7e231b417fc947 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit d485fe645ac396549767ba3767b1304125c83954) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qquickheaderview/tst_qquickheaderview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qquickheaderview/tst_qquickheaderview.cpp b/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
index 14e0bb79..db2529cb 100644
--- a/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
+++ b/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
@@ -34,7 +34,6 @@
**
****************************************************************************/
-#include "../shared/qtest_quickcontrols.h"
#include "../shared/util.h"
#include <QtTest/qsignalspy.h>
#include <QtTest/qtest.h>