Helpviewer/Network/NetworkProtocolUnknownErrorReply.py

changeset 3345
071afe8be2a1
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3343:f7a6d271bb40 3345:071afe8be2a1
33 def __fireSignals(self): 33 def __fireSignals(self):
34 """ 34 """
35 Private method to send some signals to end the connection. 35 Private method to send some signals to end the connection.
36 """ 36 """
37 self.error.emit(QNetworkReply.ProtocolUnknownError) 37 self.error.emit(QNetworkReply.ProtocolUnknownError)
38 self.finished[()].emit() 38 self.finished.emit()
39 39
40 def abort(self): 40 def abort(self):
41 """ 41 """
42 Public slot to abort the operation. 42 Public slot to abort the operation.
43 """ 43 """

eric ide

mercurial