changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
--- a/tools/qml/deviceorientation.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/tools/qml/deviceorientation.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -53,6 +53,11 @@ return m_orientation; } + void pauseListening() { + } + void resumeListening() { + } + void setOrientation(Orientation o) { if (o != m_orientation) { m_orientation = o;