diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-01-12 13:35:05 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-01-13 13:01:57 (GMT) |
commit | 6e5b5305a07d89e67d7867f150283476bcf1f72c (patch) | |
tree | 19b77c3f5f0d0fb879327d4a1b7ed0955427f622 /src/network | |
parent | 5229ac822a0d130bd4d305361a9c096640384f2c (diff) | |
download | Qt-6e5b5305a07d89e67d7867f150283476bcf1f72c.zip Qt-6e5b5305a07d89e67d7867f150283476bcf1f72c.tar.gz Qt-6e5b5305a07d89e67d7867f150283476bcf1f72c.tar.bz2 |
QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocket
We're using the ones from our parent class instead of own instance.
Reviewed-by: Thiago
Reviewed-by: joao
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/ssl/qsslsocket_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/ssl/qsslsocket_p.h b/src/network/ssl/qsslsocket_p.h index 5615685..8e22664 100644 --- a/src/network/ssl/qsslsocket_p.h +++ b/src/network/ssl/qsslsocket_p.h @@ -83,9 +83,6 @@ public: QList<QSslError> ignoreErrorsList; bool* readyReadEmittedPointer; - QRingBuffer readBuffer; - QRingBuffer writeBuffer; - QSslConfigurationPrivate configuration; QList<QSslError> sslErrors; |