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

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