Tiny fix
This commit is contained in:
parent
d13df65bfb
commit
974832f7d9
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue