mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
Tiny fix
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include "vpnprotocol.h"
|
#include "vpnprotocol.h"
|
||||||
#include "core/errorstrings.h"
|
#include "core/errorstrings.h"
|
||||||
|
#include "protocols/protocols_defs.h"
|
||||||
|
|
||||||
VpnProtocol::VpnProtocol(const QJsonObject &configuration, QObject* parent)
|
VpnProtocol::VpnProtocol(const QJsonObject &configuration, QObject* parent)
|
||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ protected:
|
|||||||
|
|
||||||
ConnectionState m_connectionState;
|
ConnectionState m_connectionState;
|
||||||
QString m_routeGateway;
|
QString m_routeGateway;
|
||||||
QString m_vpnAddress;
|
QString m_vpnLocalAddress;
|
||||||
QString m_vpnGateway;
|
QString m_vpnGateway;
|
||||||
|
|
||||||
QJsonObject m_rawConfig;
|
QJsonObject m_rawConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user