fix security hole in helper

This commit is contained in:
arcan1s
2014-08-09 22:33:13 +04:00
parent 2ff76e9c8e
commit 41f58c1448
9 changed files with 79 additions and 25 deletions

View File

@ -59,9 +59,9 @@ QStringList ControlAdaptor::Settings()
}
bool ControlAdaptor::Update(const QString configPath)
bool ControlAdaptor::Update()
{
helper->updateConfiguration(configPath);
helper->updateConfiguration();
return true;
}