mirror of
https://github.com/YACReader/yacreader
synced 2025-12-03 07:52:58 -05:00
fixed issues in comic vine dialog
This commit is contained in:
@ -39,3 +39,8 @@ bool SeriesQuestion::getYes()
|
||||
{
|
||||
return yes->isChecked();
|
||||
}
|
||||
|
||||
void SeriesQuestion::setYes(bool y)
|
||||
{
|
||||
yes->setChecked(y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user