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
parent
7f1e145f7e
commit
bfe77a21fb
|
|
@ -26,7 +26,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtTest/QTest>
|
||||
#include <qvarlengtharray.h>
|
||||
#include <qvariant.h>
|
||||
#include <qscopeguard.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue