diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-15 13:15:13 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-15 13:15:13 (GMT) |
commit | b5b3e65f6e0392239621a3888d9aa58746f3899e (patch) | |
tree | 5c33473950b22db0a0eb9c230005cd8e7f251538 /tools/qml/deviceorientation.h | |
parent | cace8e6a9f00ee478dfe63a7fa6959056cfe7e8a (diff) | |
parent | 0c6780c39d18a4fd06b9bed94400de365a518c45 (diff) | |
download | Qt-b5b3e65f6e0392239621a3888d9aa58746f3899e.zip Qt-b5b3e65f6e0392239621a3888d9aa58746f3899e.tar.gz Qt-b5b3e65f6e0392239621a3888d9aa58746f3899e.tar.bz2 |
Merge branch '4.7' into qdoc-simplified
Diffstat (limited to 'tools/qml/deviceorientation.h')
-rw-r--r-- | tools/qml/deviceorientation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/deviceorientation.h b/tools/qml/deviceorientation.h index 487ebd4..88ceb1b 100644 --- a/tools/qml/deviceorientation.h +++ b/tools/qml/deviceorientation.h @@ -52,8 +52,8 @@ class DeviceOrientation : public QObject Q_OBJECT Q_ENUMS(Orientation) public: - enum Orientation { - UnknownOrientation, + enum Orientation { + UnknownOrientation, Portrait, Landscape, PortraitInverted, |