added settings functions

added const type
This commit is contained in:
arcan1s
2014-02-28 18:46:04 +04:00
parent fbad5a6c7d
commit 2cade97786
34 changed files with 450 additions and 187 deletions

View File

@ -40,7 +40,7 @@ void VlanWidget::clear()
}
void VlanWidget::setShown(bool state)
void VlanWidget::setShown(const bool state)
{
if (state)
show();