SingleComicInList mode working

This commit is contained in:
Luis Ángel San Martín
2013-11-05 20:55:39 +01:00
parent ff37db33e9
commit f083713d53
2 changed files with 48 additions and 10 deletions

View File

@ -57,15 +57,17 @@ protected slots:
void queryTimeOut();
void getComicsInfo(QList<QPair<ComicDB,QString> > & matchingInfo, int count, const QString & publisher);
void getComicInfo(const QString & comicId, int count, const QString & publisher);
ComicDB parseComicInfo(ComicDB &comic, const QString & json, int count, const QString &publisher);
void setLoadingMessage(const QString &message);
void goToNextComic();
private:
QString getCharacters(const QScriptValue & json_characters);
QMap<QString,QString> getAuthors(const QScriptValue & json_authors);
void toggleSkipButton();
enum ScraperMode
{
SingleComic, //the scraper has been opened for a single comic