Debug output.

main
Teo Mrnjavac 9 years ago
parent e061385f4b
commit d6e773e220

@ -439,6 +439,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
connect( m_beforePartitionBarsView->selectionModel(), &QItemSelectionModel::currentRowChanged, connect( m_beforePartitionBarsView->selectionModel(), &QItemSelectionModel::currentRowChanged,
this, [ this ]( const QModelIndex& current, const QModelIndex& previous ) this, [ this ]( const QModelIndex& current, const QModelIndex& previous )
{ {
cDebug() << "selectionModel reaction, sender is" << sender() << sender()->metaObject()->className();
ScanningDialog::run( QtConcurrent::run( this, ScanningDialog::run( QtConcurrent::run( this,
&ChoicePage::doReplaceSelectedPartition, &ChoicePage::doReplaceSelectedPartition,
current ), current ),

Loading…
Cancel
Save