From 6fc9433570c5c122a469dfa6d8e7f73d93f66bac 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 Reviewed-by: Volker Hilsheimer (cherry picked from commit bfe77a21fb0988a52fb77af09fe9675eb151e8b6) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp index a1d0100f96..5443cf120b 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 -- cgit v1.2.3