changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
child 37 | 758a864f9613 |
--- 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;