Custom sites reimplemented
This commit is contained in:
parent
97e918ae72
commit
6c74f30d79
23 changed files with 833 additions and 312 deletions
|
@ -53,9 +53,9 @@ int IpcServer::createPrivilegedProcess()
|
|||
return m_localpid;
|
||||
}
|
||||
|
||||
bool IpcServer::routeAdd(const QString &ip, const QString &gw, const QString &mask)
|
||||
bool IpcServer::routeAdd(const QString &ip, const QString &gw)
|
||||
{
|
||||
return Router::routeAdd(ip, gw, mask);
|
||||
return Router::routeAdd(ip, gw);
|
||||
}
|
||||
|
||||
int IpcServer::routeAddList(const QString &gw, const QStringList &ips)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue