minor changes in ComicVineDialog (model)

This commit is contained in:
Luis Ángel San Martín
2013-10-08 21:16:57 +02:00
parent 5ef8df423b
commit 6a6c902803
10 changed files with 159 additions and 12 deletions

View File

@ -3,6 +3,13 @@
SelectComic::SelectComic(QWidget *parent)
:QWidget(parent)
{}
{
}
void SelectComic::load(const QString &json)
{
}
SelectComic::~SelectComic() {}