Add missing include to qabstractitemmodel_p.h
qabstractitemmodel_p.h should include qabstractitemmodel.h since it's using QModelIndex. Change-Id: Ie2e3f9e1b324e080e1159e49fa89dd70f920dd1d Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
f0a6d45cc8
commit
c7b26e632e
|
|
@ -46,7 +46,8 @@
|
|||
//
|
||||
//
|
||||
|
||||
#include "private/qobject_p.h"
|
||||
#include "QtCore/qabstractitemmodel.h"
|
||||
#include "QtCore/private/qobject_p.h"
|
||||
#include "QtCore/qstack.h"
|
||||
#include "QtCore/qset.h"
|
||||
#include "QtCore/qhash.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue