Show More
@@ -363,7 +363,7 b' class Qt4InputHook(InputHookBase):' | |||
|
363 | 363 | app = QtGui.QApplication(sys.argv) |
|
364 | 364 | """ |
|
365 | 365 | from IPython.lib.inputhookqt4 import create_inputhook_qt4 |
|
366 | app, inputhook_qt4 = create_inputhook_qt4(self, app) | |
|
366 | app, inputhook_qt4 = create_inputhook_qt4(self.manager, app) | |
|
367 | 367 | self.manager.set_inputhook(inputhook_qt4) |
|
368 | 368 | if _use_appnope(): |
|
369 | 369 | from appnope import nope |
General Comments 0
You need to be logged in to leave comments.
Login now