diff options
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 41f0952..1d3256f 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -150,6 +150,7 @@ protected: private: QSslSocket sslSocket; + QByteArray pkt; unsigned short port; }; |