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);
|
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);
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user