diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-05 12:07:38 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-12 11:11:21 (GMT) |
commit | 9c1da87694a0abde3c3d97671666d2f2269dab73 (patch) | |
tree | 5d7e6a291420a0efec5247d731a0aa2f53e31c3b | |
parent | aecb4af947acd5e5c4a59641512269348ca97f07 (diff) | |
download | Qt-9c1da87694a0abde3c3d97671666d2f2269dab73.zip Qt-9c1da87694a0abde3c3d97671666d2f2269dab73.tar.gz Qt-9c1da87694a0abde3c3d97671666d2f2269dab73.tar.bz2 |
Small documentation fix for QSslSocket
Reviewed-by: Kavindra
-rw-r--r-- | src/network/ssl/qsslsocket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp index 39ac5da..92054a4 100644 --- a/src/network/ssl/qsslsocket.cpp +++ b/src/network/ssl/qsslsocket.cpp @@ -113,8 +113,8 @@ readLine(), or getChar() to read decrypted data from QSslSocket's internal buffer, and you can call write() or putChar() to write data back to the peer. QSslSocket will automatically encrypt the - written data for you, and emit bytesWritten() once the data has - been written to the peer. + written data for you, and emit encryptedBytesWritten() once + the data has been written to the peer. As a convenience, QSslSocket supports QTcpSocket's blocking functions waitForConnected(), waitForReadyRead(), |