mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
Show the automatic volume text that is going to be used in comic vine dialog
The user can chose to use it or edit it before starting the search.
This commit is contained in:
@ -46,7 +46,7 @@ protected slots:
|
||||
// show widget methods
|
||||
void showSeriesQuestion();
|
||||
void showSearchSingleComic();
|
||||
void showSearchVolume();
|
||||
void showSearchVolume(const QString &volume = "");
|
||||
void showLoading(const QString &message = "");
|
||||
void search();
|
||||
void searchVolume(const QString &v, int page = 1);
|
||||
|
Reference in New Issue
Block a user