diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 21:40:15 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 21:41:52 -0800 |
commit | b6ae6979e530fa32dbdb472a2e9698cb719945a8 (patch) | |
tree | 124ad2b8fe4d0d93d70cf4b6c10556a4283dd270 /qt-mobile/qml/mobile-resources.qrc | |
parent | 06dcc9ab8d6d7ca7d9967fa9db4c8e87ae376dec (diff) | |
download | subsurface-b6ae6979e530fa32dbdb472a2e9698cb719945a8.tar.gz |
QML UI: show the available GPS fixes
So far the user can't interact with these. We should implement an ability to
visualize the GPS fix and to delete it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index cde0d42cf..bf38cf074 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -9,6 +9,7 @@ <file>DiveDetailsEdit.qml</file> <file>DiveDetailsView.qml</file> <file>DownloadFromDiveComputer.qml</file> + <file>GpsList.qml</file> <file>Log.qml</file> <file>TopBar.qml</file> <file>ThemeTest.qml</file> |