diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 03:16:37 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-12 03:16:37 (GMT) |
commit | b6a50a14189da153e93aef581c30863608399714 (patch) | |
tree | 155e42bb25b2a393b82831423889c7380b11137e /tools | |
parent | 0bce55e480e627239ea973c3abf58d90c2d1d478 (diff) | |
download | Qt-b6a50a14189da153e93aef581c30863608399714.zip Qt-b6a50a14189da153e93aef581c30863608399714.tar.gz Qt-b6a50a14189da153e93aef581c30863608399714.tar.bz2 |
Warning
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qml/deviceorientation_maemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/deviceorientation_maemo.cpp b/tools/qml/deviceorientation_maemo.cpp index af90b02..9f12f3d 100644 --- a/tools/qml/deviceorientation_maemo.cpp +++ b/tools/qml/deviceorientation_maemo.cpp @@ -61,7 +61,7 @@ public: return m_current; } - void setOrientation(Orientation orient) { } + void setOrientation(Orientation) { } protected: virtual void timerEvent(QTimerEvent *) |