diff options
Diffstat (limited to 'tools/qml/deviceorientation.cpp')
-rw-r--r-- | tools/qml/deviceorientation.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qml/deviceorientation.cpp b/tools/qml/deviceorientation.cpp index e7c70d5..d3014ad 100644 --- a/tools/qml/deviceorientation.cpp +++ b/tools/qml/deviceorientation.cpp @@ -53,6 +53,11 @@ public: return m_orientation; } + void pauseListening() { + } + void resumeListening() { + } + void setOrientation(Orientation o) { if (o != m_orientation) { m_orientation = o; |