mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
Add support for exact match searches
It will be enabled by default.
This commit is contained in:
@ -24,6 +24,7 @@ signals:
|
||||
void finished();
|
||||
public slots:
|
||||
void search(const QString &query, int page = 1);
|
||||
void searchExactVolume(const QString &query, int page = 1);
|
||||
void getSeriesDetail(const QString &id);
|
||||
void getSeriesCover(const QString &url);
|
||||
void getVolumeComicsInfo(const QString &idVolume, int page = 1);
|
||||
|
Reference in New Issue
Block a user