Create erase button in a separate method.

This commit is contained in:
Teo Mrnjavac 2015-11-12 18:17:21 +01:00
parent b0ad19bca3
commit a79575afe8
2 changed files with 67 additions and 57 deletions

View file

@ -69,6 +69,7 @@ private:
bool compact();
void setNextEnabled( bool enabled );
void setupChoices();
ExpandableRadioButton* createEraseButton();
Device* selectedDevice();
void applyDeviceChoice();
void updateDeviceStatePreview( Device* currentDevice );