mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Methods are not slots
This commit is contained in:
parent
6f1f8198d9
commit
509b33e991
@ -31,6 +31,8 @@ public:
|
||||
void setComics(const QList<ComicDB> &comics);
|
||||
QSize sizeHint() const override;
|
||||
QSize minimumSizeHint() const override;
|
||||
void getComicsInfo(QList<QPair<ComicDB, QString>> &matchingInfo, int count, const QString &publisher);
|
||||
void getComicInfo(const QString &comicId, int count, const QString &publisher);
|
||||
|
||||
signals:
|
||||
|
||||
@ -56,8 +58,6 @@ protected slots:
|
||||
void showSelectComic(const QString &json);
|
||||
void showSortVolumeComics(const QString &json);
|
||||
void queryTimeOut();
|
||||
void getComicsInfo(QList<QPair<ComicDB, QString>> &matchingInfo, int count, const QString &publisher);
|
||||
void getComicInfo(const QString &comicId, int count, const QString &publisher);
|
||||
ComicDB parseComicInfo(ComicDB &comic, const QString &json, int count, const QString &publisher);
|
||||
void setLoadingMessage(const QString &message);
|
||||
void goToNextComic();
|
||||
|
Loading…
Reference in New Issue
Block a user