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 <volker.hilsheimer@qt.io>
bb10
Giuseppe D'Angelo 2020-11-24 16:36:31 +01:00
parent 7f1e145f7e
commit bfe77a21fb
1 changed files with 1 additions and 1 deletions

View File

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