Debugger/DebuggerInterfaceRuby.py

changeset 1179
7661ab683f7b
parent 1131
7781e396c903
child 1499
b4d0457afb15
equal deleted inserted replaced
1177:5249187bb668 1179:7661ab683f7b
321 321
322 def newConnection(self, sock): 322 def newConnection(self, sock):
323 """ 323 """
324 Public slot to handle a new connection. 324 Public slot to handle a new connection.
325 325
326 @param sockreference to the socket object (QTcpSocket) 326 @param sock reference to the socket object (QTcpSocket)
327 @return flag indicating success (boolean) 327 @return flag indicating success (boolean)
328 """ 328 """
329 # If we already have a connection, refuse this one. It will be closed 329 # If we already have a connection, refuse this one. It will be closed
330 # automatically. 330 # automatically.
331 if self.qsock is not None: 331 if self.qsock is not None:

eric ide

mercurial