Fix build action

This commit is contained in:
Mykola Baibuz 2023-12-16 10:05:54 -05:00
parent d94e27bfa9
commit 1a17f2956a
3 changed files with 4 additions and 57 deletions

View file

@ -21,9 +21,6 @@ class IpcInterface
SLOT( void cleanUp() );
SLOT( void setLogsEnabled(bool enabled) );
SLOT( bool copyWireguardConfig(const QString &sourcePath) );
SLOT( bool isWireguardRunning() );
SLOT( bool isWireguardConfigExists(const QString &configPath) );
SLOT( bool disableKillSwitch() );
SLOT( bool enablePeerTraffic( const QJsonObject &configStr) );
SLOT( bool enableKillSwitch( const QJsonObject &excludeAddr, int vpnAdapterIndex) );