#ifndef VOLUMES_MODEL_H #define VOLUMES_MODEL_H #include "json_model.h" class VolumesModel : public JSONModel { Q_OBJECT public: explicit VolumesModel(QObject *parent = 0); signals: public slots: }; #endif // VOLUMES_MODEL_H