This commit is contained in:
pokamest 2021-06-03 20:27:46 +03:00
parent d13df65bfb
commit 974832f7d9
2 changed files with 2 additions and 1 deletions

View file

@ -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),

View file

@ -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;