Fix build.

This commit is contained in:
Teo Mrnjavac 2016-01-08 16:37:45 +01:00
parent 3869338c39
commit bc9ec8e5ba

View file

@ -221,7 +221,7 @@ ChoicePage::setupChoices()
m_itemsLayout->addStretch();
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.
{