mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Revert Replace button to PrettyRadioButton.
This commit is contained in:
parent
43c67310db
commit
1a882758ca
2 changed files with 2 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue