mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Fix build.
This commit is contained in:
parent
3869338c39
commit
bc9ec8e5ba
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ ChoicePage::setupChoices()
|
||||||
m_itemsLayout->addStretch();
|
m_itemsLayout->addStretch();
|
||||||
|
|
||||||
connect( m_grp, static_cast< void( QButtonGroup::* )( int, bool ) >( &QButtonGroup::buttonToggled ),
|
connect( m_grp, static_cast< void( QButtonGroup::* )( int, bool ) >( &QButtonGroup::buttonToggled ),
|
||||||
this, [ this, m_grp ]( int id, bool checked )
|
this, [ this ]( int id, bool checked )
|
||||||
{
|
{
|
||||||
if ( checked ) // An action was picked.
|
if ( checked ) // An action was picked.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue