Add qApp.quit atexit handler in tests.
This FINALLY fixes the test segfaults on Windows 8.
This commit is contained in:
parent
be6ea2f0e8
commit
e5ebea80b3
@ -29,3 +29,4 @@ qApp = QApplication([])
|
|||||||
qApp.setApplicationName('qutebrowser')
|
qApp.setApplicationName('qutebrowser')
|
||||||
qApp.processEvents()
|
qApp.processEvents()
|
||||||
atexit.register(qApp.processEvents)
|
atexit.register(qApp.processEvents)
|
||||||
|
atexit.register(qApp.quit)
|
||||||
|
Loading…
Reference in New Issue
Block a user