From d6e773e2205b0e277783113f161eaa00987f64d9 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 31 Dec 2015 14:26:31 +0100 Subject: [PATCH] Debug output. --- src/modules/partition/gui/ChoicePage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 44674e94e..35e837392 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -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 ),