Good guy clang catches lousy code.
CAL-212 #close Fixed.
This commit is contained in:
parent
2fac966c00
commit
c45e757cea
@ -200,7 +200,7 @@ EraseDiskPage::doAutopartition( Device* dev )
|
||||
void
|
||||
EraseDiskPage::updatePreviews()
|
||||
{
|
||||
QMutexLocker( &EraseDiskPage::m_previewsMutex );
|
||||
QMutexLocker locker( &m_previewsMutex );
|
||||
|
||||
cDebug() << "Updating partitioning preview widgets.";
|
||||
qDeleteAll( m_previewFrame->children() );
|
||||
|
Loading…
Reference in New Issue
Block a user