Remove deck brew by ZeldaZach

This commit is contained in:
Fabio Bas 2015-03-26 23:08:53 +01:00
parent 8ce5c5a276
commit 839da83d2c
7 changed files with 46 additions and 25 deletions

View file

@ -143,11 +143,11 @@ public:
DeckEditorSettingsPage();
void retranslateUi();
private slots:
void radioPriceTagSourceClicked(bool checked);
//void radioPriceTagSourceClicked(bool checked);
signals:
void priceTagSourceChanged(int _priceTagSource);
//void priceTagSourceChanged(int _priceTagSource);
private:
QCheckBox priceTagsCheckBox;
//QCheckBox priceTagsCheckBox;
QGroupBox *generalGroupBox;
};