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

@ -12,6 +12,7 @@ class SelectVolume : public QWidget
Q_OBJECT
public:
SelectVolume(QWidget * parent = 0);
void load(const QString & json);
virtual ~SelectVolume();
private:
QLabel * cover;