From 99bf634990dcd2231e6a265581a35aeffaf30037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 16 Aug 2021 12:17:06 +0200 Subject: [PATCH] Add state method for remote connection class --- .../tunnelproxy/tunnelproxyremoteconnection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.h b/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.h index 1e0e349..a50f32c 100644 --- a/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.h +++ b/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.h @@ -71,6 +71,8 @@ public: bool remoteConnected() const; + State state() const; + QAbstractSocket::SocketError error() const; void ignoreSslErrors();