mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Add Q_UNUSED where relevant.
This commit is contained in:
parent
d44a3d831b
commit
8b0b4c73de
1 changed files with 1 additions and 0 deletions
|
@ -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() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue