Show More
@@ -48,7 +48,7 b' class QtXReqSocketChannel(SocketChannelQObject, XReqSocketChannel):' | |||||
48 | object_info_reply = QtCore.pyqtSignal(object) |
|
48 | object_info_reply = QtCore.pyqtSignal(object) | |
49 |
|
49 | |||
50 | # Emitted when the first reply comes back |
|
50 | # Emitted when the first reply comes back | |
51 |
first_reply = QtCore.pyqtSignal( |
|
51 | first_reply = QtCore.pyqtSignal() | |
52 |
|
52 | |||
53 | # Used by the first_reply signal logic to determine if a reply is the |
|
53 | # Used by the first_reply signal logic to determine if a reply is the | |
54 | # first. |
|
54 | # first. |
General Comments 0
You need to be logged in to leave comments.
Login now