Removed useless includes

This commit is contained in:
Filippo Cucchetto 2016-01-23 17:02:42 +01:00
parent d90a650f8f
commit e6753ee645
2 changed files with 0 additions and 4 deletions

View File

@ -646,5 +646,3 @@ void dos_qabstractlistmodel_dataChanged(void* vptr,
auto roles = QVector<int>::fromStdVector(std::vector<int>(rolesArrayPtr, rolesArrayPtr + rolesArrayLength)); auto roles = QVector<int>::fromStdVector(std::vector<int>(rolesArrayPtr, rolesArrayPtr + rolesArrayLength));
model->publicDataChanged(*topLeft, *bottomRight, roles); model->publicDataChanged(*topLeft, *bottomRight, roles);
} }

View File

@ -1,8 +1,6 @@
#include "DOtherSide/DosQObject.h" #include "DOtherSide/DosQObject.h"
#include "DOtherSide/DosQMetaObject.h" #include "DOtherSide/DosQMetaObject.h"
#include "DOtherSide/DosQObjectImpl.h" #include "DOtherSide/DosQObjectImpl.h"
#include "DOtherSide/DosQMetaObject.h"
#include <QtCore/QMetaMethod>
#include <QtCore/QDebug> #include <QtCore/QDebug>
namespace namespace