mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
VPN connection moved to separate thread
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <QQmlEngine>
|
||||
#include <functional>
|
||||
#include <QKeyEvent>
|
||||
#include <QThread>
|
||||
|
||||
#include "property_helper.h"
|
||||
#include "pages.h"
|
||||
@@ -210,6 +211,7 @@ private:
|
||||
QMap<Protocol, PageProtocolLogicBase *> m_protocolLogicMap;
|
||||
|
||||
VpnConnection* m_vpnConnection;
|
||||
QThread m_vpnConnectionThread;
|
||||
Settings m_settings;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user