diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
commit | 240c33480ea300a78416205602af293d5c223ee2 (patch) | |
tree | 3617ccdc93191544ff1b7fce916cbcb49bfb0380 /tools/qml/deviceorientation.h | |
parent | 38856b7ca5ec18b0292dd3dd11d8ea42fea361e6 (diff) | |
download | Qt-240c33480ea300a78416205602af293d5c223ee2.zip Qt-240c33480ea300a78416205602af293d5c223ee2.tar.gz Qt-240c33480ea300a78416205602af293d5c223ee2.tar.bz2 |
QmlViewer: Remove trailing whitespace
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, |