summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 03:16:37 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-12 03:16:37 (GMT)
commitb6a50a14189da153e93aef581c30863608399714 (patch)
tree155e42bb25b2a393b82831423889c7380b11137e /tools
parent0bce55e480e627239ea973c3abf58d90c2d1d478 (diff)
downloadQt-b6a50a14189da153e93aef581c30863608399714.zip
Qt-b6a50a14189da153e93aef581c30863608399714.tar.gz
Qt-b6a50a14189da153e93aef581c30863608399714.tar.bz2
Warning
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/deviceorientation_maemo.cpp2
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 *)