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