mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[partition] Simplify code for overloads
This commit is contained in:
parent
fedfed5619
commit
c2d0a247a3
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ ChoicePage::init( PartitionCoreModule* core )
|
|||
setModelToComboBox( m_drivesCombo, core->deviceModel() );
|
||||
|
||||
connect( m_drivesCombo,
|
||||
static_cast< void ( QComboBox::* )( int ) >( &QComboBox::currentIndexChanged ),
|
||||
qOverload<int>( &QComboBox::currentIndexChanged ),
|
||||
this,
|
||||
&ChoicePage::applyDeviceChoice );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue