diff -r 5dc02b23752f -r 3e2da88830cd tools/qml/deviceorientation.h --- a/tools/qml/deviceorientation.h Tue Jul 06 15:10:48 2010 +0300 +++ b/tools/qml/deviceorientation.h Wed Aug 18 10:37:55 2010 +0300 @@ -52,7 +52,14 @@ Q_OBJECT Q_ENUMS(Orientation) public: - enum Orientation { UnknownOrientation, Portrait, Landscape }; + enum Orientation { + UnknownOrientation, + Portrait, + Landscape, + PortraitInverted, + LandscapeInverted + }; + virtual Orientation orientation() const = 0; virtual void setOrientation(Orientation) = 0;