Add state method for remote connection class
This commit is contained in:
parent
b8079cad41
commit
99bf634990
@ -71,6 +71,8 @@ public:
|
||||
|
||||
bool remoteConnected() const;
|
||||
|
||||
State state() const;
|
||||
|
||||
QAbstractSocket::SocketError error() const;
|
||||
|
||||
void ignoreSslErrors();
|
||||
|
||||
Reference in New Issue
Block a user