mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Rename method
This commit is contained in:
parent
fca1e2004e
commit
51590aaa4f
@ -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);
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user