aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar Grace Karanja <gracie.karanja89@gmail.com>2015-07-10 11:40:30 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-10 06:04:01 -0700
commitbdf87ff60e0bfc027ddeffa8ba3c80fb0b1ab6e0 (patch)
tree07994b1f83ffe30cb044afd68a3c781756a4135e /qt-mobile/mobile-resources.qrc
parent866d67c5e7a8194c178b2b7afcdf298371e01516 (diff)
downloadsubsurface-bdf87ff60e0bfc027ddeffa8ba3c80fb0b1ab6e0.tar.gz
QML UI: move the dive list to a separate file
Move the dive list qml code to a separate file for easier management. Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Diffstat (limited to 'qt-mobile/mobile-resources.qrc')
-rw-r--r--qt-mobile/mobile-resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc
index b1882b17d..d0fe06701 100644
--- a/qt-mobile/mobile-resources.qrc
+++ b/qt-mobile/mobile-resources.qrc
@@ -3,5 +3,6 @@
<file>main.qml</file>
<file>TextButton.qml</file>
<file>Preferences.qml</file>
+ <file>DiveList.qml</file>
</qresource>
</RCC>