mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-15 06:45:49 +00:00
added settings functions
added const type
This commit is contained in:
@ -42,7 +42,7 @@ void TuntapWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void TuntapWidget::setShown(bool state)
|
||||
void TuntapWidget::setShown(const bool state)
|
||||
{
|
||||
if (state)
|
||||
show();
|
||||
|
Reference in New Issue
Block a user