mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -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:
@ -30,7 +30,12 @@ void SearchVolume::clean()
|
||||
volumeEdit->clear();
|
||||
}
|
||||
|
||||
QString SearchVolume::getVolumeInfo()
|
||||
void SearchVolume::setVolumeInfo(const QString &volume)
|
||||
{
|
||||
volumeEdit->setText(volume);
|
||||
}
|
||||
|
||||
QString SearchVolume::getVolumeInfo() const
|
||||
{
|
||||
return volumeEdit->text();
|
||||
}
|
||||
|
Reference in New Issue
Block a user