mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
added SortVolumeComics widget (and models)
This commit is contained in:
18
YACReaderLibrary/comic_vine/model/volume_comics_model.h
Normal file
18
YACReaderLibrary/comic_vine/model/volume_comics_model.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef VOLUME_COMICS_MODEL_H
|
||||
#define VOLUME_COMICS_MODEL_H
|
||||
|
||||
#include "json_model.h"
|
||||
|
||||
class VolumeComicsModel : public JSONModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit VolumeComicsModel(QObject *parent = 0);
|
||||
void load(const QString & json);
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // VOLUME_COMICS_MODEL_H
|
Reference in New Issue
Block a user