summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-05-05 12:07:38 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-05-12 11:11:21 (GMT)
commit9c1da87694a0abde3c3d97671666d2f2269dab73 (patch)
tree5d7e6a291420a0efec5247d731a0aa2f53e31c3b /src/network
parentaecb4af947acd5e5c4a59641512269348ca97f07 (diff)
downloadQt-9c1da87694a0abde3c3d97671666d2f2269dab73.zip
Qt-9c1da87694a0abde3c3d97671666d2f2269dab73.tar.gz
Qt-9c1da87694a0abde3c3d97671666d2f2269dab73.tar.bz2
Small documentation fix for QSslSocket
Reviewed-by: Kavindra
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslsocket.cpp4
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(),