Avoid multiple connects.
This commit is contained in:
parent
db36f18399
commit
e061385f4b
@ -443,7 +443,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
|||||||
&ChoicePage::doReplaceSelectedPartition,
|
&ChoicePage::doReplaceSelectedPartition,
|
||||||
current ),
|
current ),
|
||||||
this );
|
this );
|
||||||
} );
|
}, Qt::UniqueConnection );
|
||||||
break;
|
break;
|
||||||
case NoChoice:
|
case NoChoice:
|
||||||
case Manual:
|
case Manual:
|
||||||
|
Loading…
Reference in New Issue
Block a user