QVLA: do not include QtTest

The right include is QTest, QtTest drags in all of QtCore.

Change-Id: Icc2964ccdb85fe1bfc9fe8f43351a4605a34329b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit bfe77a21fb0988a52fb77af09fe9675eb151e8b6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Giuseppe D'Angelo 2020-11-24 16:36:31 +01:00 committed by Qt Cherry-pick Bot
parent a64953708b
commit f9ccf9d3f1

View File

@ -26,7 +26,7 @@
**
****************************************************************************/
#include <QtTest/QtTest>
#include <QtTest/QTest>
#include <qvarlengtharray.h>
#include <qvariant.h>
#include <qscopeguard.h>