mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Remove debug spam.
This commit is contained in:
parent
22459c8fb8
commit
38b90560cf
1 changed files with 0 additions and 2 deletions
|
@ -451,9 +451,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||||
[]{},
|
[]{},
|
||||||
this );
|
this );
|
||||||
}
|
}
|
||||||
cDebug() << "next enabled:" << isNextEnabled();
|
|
||||||
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
|
||||||
cDebug() << "next enabled:" << isNextEnabled();
|
|
||||||
|
|
||||||
connect( m_beforePartitionBarsView->selectionModel(), SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ),
|
connect( m_beforePartitionBarsView->selectionModel(), SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ),
|
||||||
this, SLOT( doReplaceSelectedPartition( QModelIndex, QModelIndex ) ),
|
this, SLOT( doReplaceSelectedPartition( QModelIndex, QModelIndex ) ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue