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
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