qtcollider: call XInitThreads() before creating QApplication
commit055b8e2d3fdd324e58de102528a4fba7baf3ed29
authorJakob Leben <jakob.leben@gmail.com>
Sun, 9 Oct 2011 16:43:11 +0000 (9 18:43 +0200)
committerJakob Leben <jakob.leben@gmail.com>
Sun, 9 Oct 2011 16:48:26 +0000 (9 18:48 +0200)
tree0e114ea2648c8ed1d0776f89b6ad586c2500a30b
parente89c191f5525d3b5767f3e9e8eb1476d19f27835
qtcollider: call XInitThreads() before creating QApplication

Keyboard and mouse ugens call it, which forces us to call it before
them (i.e. before QApplication is created), or using Qt would crash
after internal server is booted.
QtCollider/interface.cpp