#ifndef JSON_MODEL_H #define JSON_MODEL_H #include class JSONModel : public QAbstractItemModel { Q_OBJECT public: explicit JSONModel(QObject *parent = 0); signals: public slots: }; #endif // JSON_MODEL_H