diff --git a/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.cpp b/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.cpp index a18f1e8..fb0ebd4 100644 --- a/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.cpp +++ b/libnymea-remoteproxyclient/tunnelproxy/tunnelproxyremoteconnection.cpp @@ -62,6 +62,11 @@ bool TunnelProxyRemoteConnection::remoteConnected() const return m_remoteConnected; } +TunnelProxyRemoteConnection::State TunnelProxyRemoteConnection::state() const +{ + return m_state; +} + QAbstractSocket::SocketError TunnelProxyRemoteConnection::error() const { return m_error;