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