mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
minor changes in ComicVineDialog
This commit is contained in:
@ -44,17 +44,25 @@ protected slots:
|
||||
void launchSearchVolume();
|
||||
void launchSearchComic();
|
||||
void showSelectVolume();
|
||||
void showSelectComic();
|
||||
private:
|
||||
|
||||
enum ScrapperMode
|
||||
{
|
||||
SingleComic, //the scrapper has been opened for a single comic
|
||||
Volume, //the scrapper is trying to get comics info for a whole volume
|
||||
SingleComicInList //the scrapper has been opened for a list of unrelated comics
|
||||
};
|
||||
|
||||
enum ScrapperStatus
|
||||
{
|
||||
SingleComic,
|
||||
Volume,
|
||||
SingleComicInSeries,
|
||||
AutoSearching,
|
||||
AskingForInfo,
|
||||
SelectingComic,
|
||||
SelectingSeries
|
||||
};
|
||||
|
||||
ScrapperMode mode;
|
||||
ScrapperStatus status;
|
||||
|
||||
ComicVineClient * comicVineClient;
|
||||
|
Reference in New Issue
Block a user