mirror of
https://github.com/YACReader/yacreader
synced 2026-01-01 22:03:32 -05:00
12 lines
182 B
C++
12 lines
182 B
C++
#include "volume_comics_model.h"
|
|
|
|
VolumeComicsModel::VolumeComicsModel(QObject * parent) :
|
|
JSONModel(parent)
|
|
{
|
|
}
|
|
|
|
void VolumeComicsModel::load(const QString & json)
|
|
{
|
|
|
|
}
|