#ifndef TABLEMODEL_H #define TABLEMODEL_H #include #include #include "data/person.h" class TableModel : public AutoTableModel { Q_OBJECT public: explicit TableModel(QObject *parent = NULL); }; #endif // TABLEMODEL_H