Fix for story arcs not being parsed from comicvine.

This commit is contained in:
Ivan Vranjic
2019-09-24 02:02:25 +02:00
committed by ivanvranjic
parent 82dce8ab25
commit cfb4e31af9
4 changed files with 112 additions and 0 deletions

View File

@ -66,6 +66,8 @@ protected slots:
private:
QString getCharacters(const QScriptValue &json_characters);
QMap<QString, QString> getAuthors(const QScriptValue &json_authors);
QPair<QString, QString> getFirstStoryArcIdAndName(const QScriptValue &json_story_arcs);
QPair<QString, QString> getArcNumberAndArcCount(const QString &storyArcId, const QString &comicId);
void toggleSkipButton();