Support the showIsFullScreen style hint in widgets.
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>
Wed, 27 Jun 2012 13:45:42 +0000 (15:45 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 30 Jun 2012 21:20:59 +0000 (23:20 +0200)
commit2d450f8f6ed446d9a1a69364a3078374d354c7b8
tree2f9300f74903e1f51a68cde6987f256a43c7eb54
parentf06a9289787c01de323fe6e1ae71ceb2e5348a61
Support the showIsFullScreen style hint in widgets.

Now QWidget::show() will be the same as QWidget::showFullScreen() if the
style hint is set.
This is consistent with QQuickView now.

De-inline related methods to make it easier to change them later
without breaking compatibility.

Change-Id: I843ac6f846428217bfc5dc9f1d0a554de9d0c08f
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
src/widgets/kernel/qwidget.cpp
src/widgets/kernel/qwidget.h