Rename method

This commit is contained in:
Luis Ángel San Martín 2025-05-04 18:12:37 +02:00
parent fca1e2004e
commit 51590aaa4f
2 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@ void ComicVineDialog::doLoading()
content->addWidget(w); content->addWidget(w);
} }
void ComicVineDialog::debugClientResults(const QString &string) void ComicVineDialog::processClientResults(const QString &string)
{ {
ResponseParser p; ResponseParser p;
p.loadJSONResponse(string); p.loadJSONResponse(string);

View File

@ -42,7 +42,7 @@ public slots:
protected slots: protected slots:
void goNext(); void goNext();
void goBack(); void goBack();
void debugClientResults(const QString &string); void processClientResults(const QString &string);
// show widget methods // show widget methods
void showSeriesQuestion(); void showSeriesQuestion();
void showSearchSingleComic(); void showSearchSingleComic();