unused lambda capture removed
This commit is contained in:
parent
019a6899db
commit
bce7d6e1dc
@ -160,7 +160,7 @@ void QskCheckBox::addToGroup( QskCheckBox* groupItem )
|
|||||||
} );
|
} );
|
||||||
|
|
||||||
connect( groupItem, &QskAbstractButton::toggled,
|
connect( groupItem, &QskAbstractButton::toggled,
|
||||||
this, [ this, groupItem ]( bool toggled )
|
this, [ this ]( bool toggled )
|
||||||
{
|
{
|
||||||
m_data->groupItemsChecked += toggled ? 1 : -1;
|
m_data->groupItemsChecked += toggled ? 1 : -1;
|
||||||
updated();
|
updated();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user