diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index cc9b1356d..cb594a13d 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1307,6 +1307,7 @@ int QMLManager::timeThreshold() const void QMLManager::setTimeThreshold(int time) { m_timeThreshold = time; + locationProvider->setGpsTimeThreshold(m_timeThreshold * 60); emit timeThresholdChanged(); } |