QAbstractItemModelTester: add missing includes

The code (in macros) uses these classes, so the header should ensure
they are defined.

Change-Id: Ic68fa5559b7c0481927b47775b9cb7da12be7979
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
bb10
David Faure 2018-06-25 15:35:40 +02:00
parent 3079b3433d
commit 528a16b00e
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#include <QtCore/QObject>
#include <QtTest/qttestglobal.h>
#include <QtCore/QAbstractItemModel>
#include <QtCore/QVariant>
#ifdef QT_GUI_LIB
#include <QtGui/QFont>