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

@ -38,7 +38,7 @@ public:
public slots:
void clear();
void setShown(bool state);
void setShown(const bool state);
private:
Ui::VlanWidget *ui;