changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
--- a/src/network/socket/qtcpserver.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/network/socket/qtcpserver.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -577,7 +577,7 @@ /*! This function is called by QTcpServer::incomingConnection() - to add a socket to the list of pending incoming connections. + to add the \a socket to the list of pending incoming connections. \note Don't forget to call this member from reimplemented incomingConnection() if you do not want to break the