Debug output.
This commit is contained in:
parent
4f12aa8dd1
commit
6db6dc0e08
@ -444,7 +444,8 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||
|
||||
auto doReplace = [ this, current ]
|
||||
{
|
||||
QMutexLocker( &( this->m_coreMutex ) );
|
||||
cDebug() << "begin doReplace";
|
||||
QMutexLocker( &( ChoicePage::m_coreMutex ) );
|
||||
|
||||
if ( m_core->isDirty() )
|
||||
{
|
||||
@ -459,6 +460,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||
PartitionActions::doReplacePartition( m_core,
|
||||
selectedDevice(),
|
||||
partition );
|
||||
cDebug() << "end doReplace";
|
||||
};
|
||||
|
||||
QFuture< void > future = QtConcurrent::run( doReplace );
|
||||
|
Loading…
Reference in New Issue
Block a user