Fix Qt4 compilation

This header is not included in Qt4's QAbstractItemModel header
This commit is contained in:
Olivier Goffart 2015-06-16 12:14:04 +02:00
parent 0cfc518c33
commit d902a37dfd

View file

@ -17,6 +17,8 @@
#include <accountfwd.h> #include <accountfwd.h>
#include <QAbstractItemModel> #include <QAbstractItemModel>
#include <QVector>
class QNetworkReply; class QNetworkReply;
namespace OCC { namespace OCC {