diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-20 19:39:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 03:20:58 +0900 |
commit | 6655b37add8c1dbee23d734fa6eb8f4c0bec9aae (patch) | |
tree | 2d94e6de766b5a3b24f45114e342673b574d0c88 /mobile-widgets/qml/mobile-resources.qrc | |
parent | e80132cdef038fdff253f59979fbb8789e325315 (diff) | |
download | subsurface-6655b37add8c1dbee23d734fa6eb8f4c0bec9aae.tar.gz |
Mobile: consolidate settings to one page and menu entry
Addresses: #492
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Had a bit of rebase issue with this one.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index d135a84cd..66a3ee646 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -1,7 +1,6 @@ <RCC> <qresource prefix="/qml"> <file>main.qml</file> - <file>Preferences.qml</file> <file>About.qml</file> <file>CloudCredentials.qml</file> <file>DiveList.qml</file> @@ -13,6 +12,7 @@ <file>GpsList.qml</file> <file>HintsTextEdit.qml</file> <file>Log.qml</file> + <file>Settings.qml</file> <file>ThemeTest.qml</file> <file>StartPage.qml</file> <file>dive.jpg</file> |