summaryrefslogtreecommitdiff
path: root/client/SslClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/SslClient.h')
-rw-r--r--client/SslClient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/SslClient.h b/client/SslClient.h
index a6b981c..3c4976c 100644
--- a/client/SslClient.h
+++ b/client/SslClient.h
@@ -120,8 +120,8 @@ public:
/**
* @brief disconnect from server
*/
- void Disconnect();
-
+ void Disconnect();
+
signals:
/**
* @brief This signal is emited when data is recieved as a reply to
@@ -148,7 +148,7 @@ protected:
QString server;
private:
- QSslSocket sslSocket;
+ static QSslSocket sslSocket;
unsigned short port;
};