QskModelObjectBinder include cleanup

This commit is contained in:
Aldo Nicolas Bruno 2024-02-23 22:48:36 +01:00
parent 0f825eebb4
commit c3de4ddab2
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,7 @@
//
#include "QskModelObjectBinder.h"
#include <QAbstractItemModel>
#include <QMetaProperty>
#include <QPointer>
#include <qassert.h>

View File

@ -1,7 +1,6 @@
#ifndef QSKDATACONTROLMAPPER_H
#define QSKDATACONTROLMAPPER_H
#include <QskControl.h>
#include <QAbstractItemModel>
class QskModelObjectBinder : public QObject {
@ -30,5 +29,4 @@ private:
};
#endif //QSKDATACONTROLMAPPER_H