mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Add DBus network checker for Linux
This commit is contained in:
@@ -35,6 +35,7 @@ class IpcInterface
|
||||
SLOT( bool startNetworkCheck(const QString& serverIpv4Gateway, const QString& deviceIpv4Address) );
|
||||
SLOT( bool stopNetworkCheck() );
|
||||
|
||||
SIGNAL( connectionLose() );
|
||||
SIGNAL( connectionLose() );
|
||||
SIGNAL( networkChange() );
|
||||
};
|
||||
|
||||
|
||||
@@ -42,9 +42,6 @@ public:
|
||||
virtual bool startNetworkCheck(const QString& serverIpv4Gateway, const QString& deviceIpv4Address) override;
|
||||
virtual bool stopNetworkCheck() override;
|
||||
|
||||
signals:
|
||||
void ConnectionLose();
|
||||
|
||||
private:
|
||||
int m_localpid = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user