mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 14:25:52 +00:00
added several function to profile tab
This commit is contained in:
@ -65,6 +65,15 @@ void PppoeWidget::clear()
|
||||
}
|
||||
|
||||
|
||||
void PppoeWidget::setShown(bool state)
|
||||
{
|
||||
if (state)
|
||||
PppoeWidget::show();
|
||||
else
|
||||
PppoeWidget::hide();
|
||||
}
|
||||
|
||||
|
||||
void PppoeWidget::createFilter()
|
||||
{
|
||||
// session mac
|
||||
|
Reference in New Issue
Block a user