Add state method for remote connection class

This commit is contained in:
Simon Stürz 2021-08-16 12:17:06 +02:00
parent b8079cad41
commit 99bf634990

View File

@ -71,6 +71,8 @@ public:
bool remoteConnected() const;
State state() const;
QAbstractSocket::SocketError error() const;
void ignoreSslErrors();