Add Q_UNUSED where relevant.

main
Teo Mrnjavac 10 years ago
parent d44a3d831b
commit 8b0b4c73de

@ -947,6 +947,7 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
connect( m_core, &PartitionCoreModule::deviceReverted, connect( m_core, &PartitionCoreModule::deviceReverted,
this, [ this ]( Device* dev ) this, [ this ]( Device* dev )
{ {
Q_UNUSED( dev )
if ( !m_bootloaderComboBox.isNull() ) if ( !m_bootloaderComboBox.isNull() )
{ {
if ( m_bootloaderComboBox->model() != m_core->bootLoaderModel() ) if ( m_bootloaderComboBox->model() != m_core->bootLoaderModel() )

Loading…
Cancel
Save