mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Clang format fix.
This commit is contained in:
parent
cfb4e31af9
commit
346bcdaf75
@ -654,7 +654,8 @@ QPair<QString, QString> ComicVineDialog::getFirstStoryArcIdAndName(const QScript
|
|||||||
return qMakePair(story_arc_id, story_arc_name);
|
return qMakePair(story_arc_id, story_arc_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPair<QString, QString> ComicVineDialog::getArcNumberAndArcCount(const QString &storyArcId, const QString &comicId) {
|
QPair<QString, QString> ComicVineDialog::getArcNumberAndArcCount(const QString &storyArcId, const QString &comicId)
|
||||||
|
{
|
||||||
auto comicVineClient = new ComicVineClient;
|
auto comicVineClient = new ComicVineClient;
|
||||||
bool error;
|
bool error;
|
||||||
bool timeout;
|
bool timeout;
|
||||||
|
Loading…
Reference in New Issue
Block a user