yacreader/YACReaderLibrary/comic_vine/model/comics_model.h
Luis Ángel San Martín 268bebbddd Use nullptr instead of 0
2019-06-01 16:04:48 +02:00

18 lines
239 B
C++

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