Add DBus network checker for Linux

This commit is contained in:
Mykola Baibuz
2025-04-02 11:33:15 +03:00
parent e730521576
commit 319043818a
12 changed files with 65 additions and 11 deletions
+2 -1
View File
@@ -35,6 +35,7 @@ class IpcInterface
SLOT( bool startNetworkCheck(const QString& serverIpv4Gateway, const QString& deviceIpv4Address) );
SLOT( bool stopNetworkCheck() );
SIGNAL( connectionLose() );
SIGNAL( connectionLose() );
SIGNAL( networkChange() );
};
-3
View File
@@ -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;