Add Q_UNUSED where relevant.

This commit is contained in:
Teo Mrnjavac 2016-07-15 11:46:28 +02:00
parent d44a3d831b
commit 8b0b4c73de

View File

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