Refactoring/service logging functional (#793)
This commit is contained in:
parent
1343d10aa7
commit
264d77463d
8 changed files with 38 additions and 5 deletions
|
|
@ -162,6 +162,10 @@ void IpcServer::cleanUp()
|
|||
Logger::cleanUp();
|
||||
}
|
||||
|
||||
void IpcServer::clearLogs() {
|
||||
Logger::clearLogs();
|
||||
}
|
||||
|
||||
bool IpcServer::createTun(const QString &dev, const QString &subnet)
|
||||
{
|
||||
return Router::createTun(dev, subnet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue