aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-12-14 14:49:06 +0200
committerMiroslav Safr <miroslav.safr@tieto.com>2010-12-14 14:50:59 +0200
commit2139f0d925a79aca196c78f0b70ca91bcbdedb8a (patch)
tree5a2b65fdd1a6390fc86470aef9a1795495a28033
parenta941c96ba0293264f6976117c474d7f668fb2e1f (diff)
Changes: fix windows port
RevBy:TrustMe Details: waitForSensorPropertiesToSubscribe() is available only when the HAVE_CONTEXTSUBSCRIBER is available
-rw-r--r--src/corelib/events/morientationtracker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/events/morientationtracker.cpp b/src/corelib/events/morientationtracker.cpp
index 9fecdf50..ef3b56b4 100644
--- a/src/corelib/events/morientationtracker.cpp
+++ b/src/corelib/events/morientationtracker.cpp
@@ -82,9 +82,10 @@ MOrientationTrackerPrivate::MOrientationTrackerPrivate(MOrientationTracker *cont
this, SLOT(updateOrientationAngle()));
connect(MKeyboardStateTracker::instance(), SIGNAL(stateChanged()),
this, SLOT(updateOrientationAngle()));
-#endif
waitForSensorPropertiesToSubscribe();
+#endif //HAVE_CONTEXTSUBSCRIBER
+
isCoveredChanged();
videoRouteChanged();