mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-08 02:19:56 +00:00
added settings functions
added const type
This commit is contained in:
@ -40,7 +40,7 @@ void VlanWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void VlanWidget::setShown(bool state)
|
||||
void VlanWidget::setShown(const bool state)
|
||||
{
|
||||
if (state)
|
||||
show();
|
||||
|
Reference in New Issue
Block a user