Hey Tristan, 2010/11/29 Tristan Bonsall <[email protected]>: > My application is based on the wtwithqt example, and I am trying to > update the application state from the Qt thread that the example uses. > I can't think of anything else I can do to make this work. Am I missing > something here?
I believe your analysis is quite clear. What probably should happen is that the auxiliary Qt thread is only attached during event handling, i.e. during DispatchThread::doEvent() ? I've implemented this in latest git, but didn't test whether this solves your problem... you already have a good test case for that ? Regards, koen ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
