Try to ensure the connection for the replace operation is unique.

This commit is contained in:
Teo Mrnjavac 2015-12-31 14:38:28 +01:00
parent d6e773e220
commit 64655d92a1
2 changed files with 23 additions and 26 deletions

View file

@ -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 );