From bfe77a21fb0988a52fb77af09fe9675eb151e8b6 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Tue, 24 Nov 2020 16:36:31 +0100 Subject: QVLA: do not include QtTest The right include is QTest, QtTest drags in all of QtCore. Change-Id: Icc2964ccdb85fe1bfc9fe8f43351a4605a34329b Pick-to: 6.0 5.15 Reviewed-by: Volker Hilsheimer --- tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/tools') diff --git a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp index 70a59e974f..83d3651281 100644 --- a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp +++ b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp @@ -26,7 +26,7 @@ ** ****************************************************************************/ -#include +#include #include #include #include -- cgit v1.2.3