mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
Try to ensure the connection for the replace operation is unique.
This commit is contained in:
parent
d6e773e220
commit
64655d92a1
2 changed files with 23 additions and 26 deletions
|
@ -76,7 +76,7 @@ private:
|
|||
ExpandableRadioButton* createEraseButton();
|
||||
Device* selectedDevice();
|
||||
void applyDeviceChoice();
|
||||
void doReplaceSelectedPartition( const QModelIndex& current );
|
||||
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
||||
void updateDeviceStatePreview();
|
||||
void applyActionChoice( ChoicePage::Choice choice );
|
||||
void updateActionChoicePreview( ChoicePage::Choice choice );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue