Debug output.

main
Teo Mrnjavac 9 years ago
parent 4f12aa8dd1
commit 6db6dc0e08

@ -444,7 +444,8 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
auto doReplace = [ this, current ] auto doReplace = [ this, current ]
{ {
QMutexLocker( &( this->m_coreMutex ) ); cDebug() << "begin doReplace";
QMutexLocker( &( ChoicePage::m_coreMutex ) );
if ( m_core->isDirty() ) if ( m_core->isDirty() )
{ {
@ -459,6 +460,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
PartitionActions::doReplacePartition( m_core, PartitionActions::doReplacePartition( m_core,
selectedDevice(), selectedDevice(),
partition ); partition );
cDebug() << "end doReplace";
}; };
QFuture< void > future = QtConcurrent::run( doReplace ); QFuture< void > future = QtConcurrent::run( doReplace );

Loading…
Cancel
Save