Add Q_UNUSED where relevant.
This commit is contained in:
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…
Reference in New Issue
Block a user