diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp index 32a14470..2d6f4e77 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp @@ -291,7 +291,7 @@ void ComicVineDialog::doLoading() content->addWidget(w); } -void ComicVineDialog::debugClientResults(const QString &string) +void ComicVineDialog::processClientResults(const QString &string) { ResponseParser p; p.loadJSONResponse(string); diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.h b/YACReaderLibrary/comic_vine/comic_vine_dialog.h index 0ba3ccb7..1afb4181 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.h +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.h @@ -42,7 +42,7 @@ public slots: protected slots: void goNext(); void goBack(); - void debugClientResults(const QString &string); + void processClientResults(const QString &string); // show widget methods void showSeriesQuestion(); void showSearchSingleComic();