From 4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Nov 2015 20:23:00 -0800 Subject: Location service: apply the saved GPS fixes to dive list Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qt-mobile/qmlmanager.cpp') 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; -- cgit v1.2.3-70-g09d2