mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Qt remote objects IPC
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#include "message.h"
|
||||
#include "vpnprotocol.h"
|
||||
|
||||
#include "core/ipcclient.h"
|
||||
|
||||
class OpenVpnProtocol : public VpnProtocol
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -45,7 +47,7 @@ protected:
|
||||
ManagementServer m_managementServer;
|
||||
QString m_configFileName;
|
||||
QTimer m_openVpnStateSigTermHandlerTimer;
|
||||
bool m_requestFromUserToStop;
|
||||
//bool m_requestFromUserToStop;
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user