Removed requestOrientation() API from QWindow.
authorSamuel Rødal <samuel.rodal@digia.com>
Wed, 5 Dec 2012 16:38:58 +0000 (17:38 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Dec 2012 19:37:13 +0000 (20:37 +0100)
commit7da7bbcd874197054df5e5691d41d4e2dbe55f4a
tree4886798813f949e2b96f4341d36704485a1c6656
parent675676aba1e71410fa6cfca430ab9bd64ebdcdaa
Removed requestOrientation() API from QWindow.

There are no proper implementations of this API, and as it stands it
only acts to confuse anyone who stumbles across it. It will be better to
revisit the full cross platform orientation API story for 5.1.

Change-Id: Iff7054a32c6e5e4ad0cc0493a5e4ecc35a6ec4f3
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
examples/opengl/paintedwindow/paintedwindow.cpp
src/gui/kernel/qplatformwindow.cpp
src/gui/kernel/qplatformwindow.h
src/gui/kernel/qwindow.cpp
src/gui/kernel/qwindow.h
src/gui/kernel/qwindow_p.h
tests/auto/gui/kernel/qwindow/tst_qwindow.cpp