Re: [Development] QPA triggers nested event processing

2012-08-03 Thread Simon Hausmann
On Friday, August 03, 2012 12:52:08 PM ext David Faure wrote: > This was quite unexpected: in Qt5, creating a QApplication instance triggers > event processing already, much before calling QApplication::exec(). > > This comes from QWindowSystemInterface::sendWindowSystemEvents calling > sendPosted

[Development] QPA triggers nested event processing

2012-08-03 Thread David Faure
This was quite unexpected: in Qt5, creating a QApplication instance triggers event processing already, much before calling QApplication::exec(). This comes from QWindowSystemInterface::sendWindowSystemEvents calling sendPostedEvent(), see bt below. Shouldn't it be more specific about which poste