New icon for community config
--HG-- branch : develop
This commit is contained in:
parent
519fe62c9a
commit
c4bb571d67
|
@ -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 |
Loading…
Reference in New Issue
Block a user