summaryrefslogtreecommitdiffstats
path: root/tools/qml/deviceorientation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/deviceorientation.cpp')
-rw-r--r--tools/qml/deviceorientation.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qml/deviceorientation.cpp b/tools/qml/deviceorientation.cpp
index e7c70d5fde..d3014ad150 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;