Refactored Deck Editor tab

- removed heap allocation
This commit is contained in:
Matt Lowe 2015-01-17 17:55:13 +01:00
parent 5cf801eb94
commit d02d3ed521
2 changed files with 5 additions and 7 deletions

View file

@ -144,8 +144,7 @@ private slots:
signals:
void priceTagSourceChanged(int _priceTagSource);
private:
QCheckBox *priceTagsCheckBox;
QRadioButton *priceTagSource0, *priceTagSource1;
QCheckBox priceTagsCheckBox;
QGroupBox *generalGroupBox;
};