Show More
@@ -46,6 +46,7 b' class QtXReqSocketChannel(SocketChannelQObject, XReqSocketChannel):' | |||||
46 | execute_reply = QtCore.Signal(object) |
|
46 | execute_reply = QtCore.Signal(object) | |
47 | complete_reply = QtCore.Signal(object) |
|
47 | complete_reply = QtCore.Signal(object) | |
48 | object_info_reply = QtCore.Signal(object) |
|
48 | object_info_reply = QtCore.Signal(object) | |
|
49 | history_tail_reply = QtCore.Signal(object) | |||
49 |
|
50 | |||
50 | # Emitted when the first reply comes back. |
|
51 | # Emitted when the first reply comes back. | |
51 | first_reply = QtCore.Signal() |
|
52 | first_reply = QtCore.Signal() |
General Comments 0
You need to be logged in to leave comments.
Login now