Runtime signals, runtime errors.
This commit is contained in:
parent
296bb412a8
commit
f589e33fa5
@ -415,7 +415,8 @@ ChoicePage::applyDeviceChoice()
|
|||||||
void
|
void
|
||||||
ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||||
{
|
{
|
||||||
m_beforePartitionBarsView->disconnect( SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ) );
|
m_beforePartitionBarsView->selectionModel()->
|
||||||
|
disconnect( SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ) );
|
||||||
switch ( choice )
|
switch ( choice )
|
||||||
{
|
{
|
||||||
case Erase:
|
case Erase:
|
||||||
|
Loading…
Reference in New Issue
Block a user