mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Debug output.
This commit is contained in:
parent
e061385f4b
commit
d6e773e220
1 changed files with 1 additions and 0 deletions
|
@ -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 ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue