mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
minor changes in ComicVineDialog (model)
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
|
||||
SelectComic::SelectComic(QWidget *parent)
|
||||
:QWidget(parent)
|
||||
{}
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SelectComic::load(const QString &json)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
SelectComic::~SelectComic() {}
|
||||
|
Reference in New Issue
Block a user