Debug output.

This commit is contained in:
Teo Mrnjavac 2015-12-31 14:26:31 +01:00
parent e061385f4b
commit d6e773e220

View File

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