mirror of
https://github.com/YACReader/yacreader
synced 2025-12-03 16:02:55 -05:00
fixed issues in comic vine dialog
This commit is contained in:
@ -12,6 +12,7 @@ class SeriesQuestion : public QWidget
|
||||
public:
|
||||
SeriesQuestion(QWidget * parent = 0);
|
||||
bool getYes();
|
||||
void setYes(bool yes = true);
|
||||
|
||||
private:
|
||||
QRadioButton * yes;
|
||||
|
||||
Reference in New Issue
Block a user