Revert Replace button to PrettyRadioButton.

This commit is contained in:
Teo Mrnjavac 2015-12-22 13:15:13 +01:00
parent 43c67310db
commit 1a882758ca
2 changed files with 2 additions and 14 deletions

View file

@ -74,7 +74,6 @@ private:
void setupChoices();
QComboBox* createBootloaderComboBox( ExpandableRadioButton* parentButton );
ExpandableRadioButton* createEraseButton();
ExpandableRadioButton* createReplaceButton();
Device* selectedDevice();
void applyDeviceChoice();
void updateDeviceStatePreview();
@ -95,7 +94,7 @@ private:
PrettyRadioButton* m_alongsideButton;
ExpandableRadioButton* m_eraseButton;
ExpandableRadioButton* m_replaceButton;
PrettyRadioButton* m_replaceButton;
PrettyRadioButton* m_somethingElseButton;
DeviceInfoWidget* m_deviceInfoWidget;