update main funtions

Beta release of helper
This commit is contained in:
arcan1s
2014-08-09 21:35:55 +04:00
parent 42194295cc
commit fb430b036e
10 changed files with 133 additions and 93 deletions

View File

@ -53,6 +53,19 @@ bool ControlAdaptor::Close()
}
QStringList ControlAdaptor::Settings()
{
return helper->printSettings();
}
bool ControlAdaptor::Update(const QString configPath)
{
helper->updateConfiguration(configPath);
return true;
}
// netctlCommand
bool ControlAdaptor::autoDisableAll()
{