use a signal instead of calling QMetaObject::invokeMethod

This commit is contained in:
Fabio Bas 2014-07-02 19:03:12 +02:00
parent 922e98af67
commit a9ffbf5d2d
2 changed files with 5 additions and 1 deletions

View file

@ -103,6 +103,8 @@ public:
void retranslateUi();
private slots:
void radioPriceTagSourceClicked(bool checked);
signals:
void priceTagSourceChanged(int _priceTagSource);
private:
QCheckBox *priceTagsCheckBox;
QRadioButton *priceTagSource0, *priceTagSource1;