QNX: Make geometry changes sync to fix QWidget::showFullScreen()
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>
Thu, 28 Jun 2012 09:34:41 +0000 (11:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 28 Jun 2012 10:35:14 +0000 (12:35 +0200)
commita85759f07799ca57ffb436f103b863073cee315c
tree151b0e7a835ecf9d0a5b9a12744913cbef238a95
parent4cf5ffc2a69ab688bfd5377dfe9dd09a3ae00a4b
QNX: Make geometry changes sync to fix QWidget::showFullScreen()

These can't happen async, as otherwise the geometry of the widget is
changed too late, having the effect that QWidget::show_sys() would
overwrite the window geometry again.

Change-Id: Id60d009867a5b282ac14c112c872af1075660732
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
src/plugins/platforms/qnx/qqnxwindow.cpp