aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-12 20:23:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-12 20:23:00 -0800
commit4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47 (patch)
treec33b251bd845a5e80433f8a5f3de787bace329d2 /qt-mobile/qmlmanager.cpp
parent5873a08197abc39168ca9e70eae1b2b732aa7779 (diff)
downloadsubsurface-4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47.tar.gz
Location service: apply the saved GPS fixes to dive list
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r--qt-mobile/qmlmanager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index ad8f1e259..68f22fdc1 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -147,6 +147,11 @@ void QMLManager::addDive()
DiveListModel::instance()->startAddDive();
}
+void QMLManager::applyGpsData()
+{
+ locationProvider->applyLocations();
+}
+
QString QMLManager::logText() const
{
return m_logText;