fixed issues in comic vine dialog

This commit is contained in:
Luis Ángel San Martín
2013-11-16 00:00:55 +01:00
parent f75d0abef0
commit 9b3085f8d1
11 changed files with 91 additions and 28 deletions

View File

@ -12,6 +12,7 @@ class SeriesQuestion : public QWidget
public:
SeriesQuestion(QWidget * parent = 0);
bool getYes();
void setYes(bool yes = true);
private:
QRadioButton * yes;