Add state method for remote connection class
This commit is contained in:
parent
23462e194e
commit
b8079cad41
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user