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

@ -43,8 +43,8 @@ protected slots:
void search();
void launchSearchVolume();
void launchSearchComic();
void showSelectVolume();
void showSelectComic();
void showSelectVolume(const QString & json);
void showSelectComic(const QString & json);
private:
enum ScrapperMode
@ -94,6 +94,7 @@ private:
SearchSingleComic * searchSingleComic;
SearchVolume * searchVolume;
SelectVolume * selectVolume;
SelectComic * selectComic;
};
#endif // COMIC_VINE_DIALOG_H