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
parent
3079b3433d
commit
528a16b00e
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtTest/qttestglobal.h>
|
||||
#include <QtCore/QAbstractItemModel>
|
||||
#include <QtCore/QVariant>
|
||||
|
||||
#ifdef QT_GUI_LIB
|
||||
#include <QtGui/QFont>
|
||||
|
|
|
|||
Loading…
Reference in New Issue