mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-22 14:53:53 -07:00
use a signal instead of calling QMetaObject::invokeMethod
This commit is contained in:
parent
922e98af67
commit
a9ffbf5d2d
2 changed files with 5 additions and 1 deletions
|
|
@ -103,6 +103,8 @@ public:
|
|||
void retranslateUi();
|
||||
private slots:
|
||||
void radioPriceTagSourceClicked(bool checked);
|
||||
signals:
|
||||
void priceTagSourceChanged(int _priceTagSource);
|
||||
private:
|
||||
QCheckBox *priceTagsCheckBox;
|
||||
QRadioButton *priceTagSource0, *priceTagSource1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue