New icon for community config

--HG--
branch : develop
This commit is contained in:
Patrick Proy 2014-06-15 23:23:23 +02:00
parent 519fe62c9a
commit c4bb571d67
2 changed files with 1 additions and 1 deletions

View file

@ -407,7 +407,7 @@ void CommunityPage::add_checkbox(QCheckBox** thebox, QFormLayout *layout, bool c
{
QLabel *labelbox = new QLabel(label);
(*thebox)= new QCheckBox;
(*thebox)->setChecked(checked );
(*thebox)->setChecked(checked);
layout->addRow(labelbox, *thebox);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 22 KiB