1178:2d22b5ce9384 | 1181:31d20dc43805 |
---|---|
78 | 78 |
79 def newConnection(self, sock): | 79 def newConnection(self, sock): |
80 """ | 80 """ |
81 Public slot to handle a new connection. | 81 Public slot to handle a new connection. |
82 | 82 |
83 @param sockreference to the socket object (QTcpSocket) | 83 @param sock reference to the socket object (QTcpSocket) |
84 @return flag indicating success (boolean) | 84 @return flag indicating success (boolean) |
85 """ | 85 """ |
86 return False | 86 return False |
87 | 87 |
88 def flush(self): | 88 def flush(self): |