src/network/socket/qtcpserver.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   575     addPendingConnection(socket);
   575     addPendingConnection(socket);
   576 }
   576 }
   577 
   577 
   578 /*!
   578 /*!
   579     This function is called by QTcpServer::incomingConnection()
   579     This function is called by QTcpServer::incomingConnection()
   580     to add a socket to the list of pending incoming connections.
   580     to add the \a socket to the list of pending incoming connections.
   581 
   581 
   582     \note Don't forget to call this member from reimplemented
   582     \note Don't forget to call this member from reimplemented
   583     incomingConnection() if you do not want to break the
   583     incomingConnection() if you do not want to break the
   584     Pending Connections mechanism.
   584     Pending Connections mechanism.
   585 
   585