Crash on exit fix for Windows

This commit is contained in:
pokamest 2023-10-04 16:09:03 +01:00
parent 70e6a3d303
commit 6f392ce126
3 changed files with 1 additions and 20 deletions

View file

@ -19,7 +19,7 @@ public:
const QSharedPointer<ContainersModel> &containersModel,
const QSharedPointer<VpnConnection> &vpnConnection, QObject *parent = nullptr);
~ConnectionController();
~ConnectionController() = default;
bool isConnected() const;
bool isConnectionInProgress() const;