Make the QButtonGroup a member in ChoicePage.

This commit is contained in:
Teo Mrnjavac 2016-01-08 16:35:50 +01:00
parent 85a6f2068a
commit 3869338c39
2 changed files with 9 additions and 8 deletions

View file

@ -95,6 +95,7 @@ private:
bool m_isEfi;
QComboBox* m_drivesCombo;
QButtonGroup* m_grp;
PrettyRadioButton* m_alongsideButton;
ExpandableRadioButton* m_eraseButton;
PrettyRadioButton* m_replaceButton;