aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-12-04 01:38:04 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-12-07 18:46:32 +0100
commitbd7af5a511053f1ac35f9b250039aa76f9096e99 (patch)
tree64eb19af6a590314d6906a1f3a35c362eb4a4abb /qt-mobile/qml/mobile-resources.qrc
parent54da517e9d9326ffe572a3aa75ffe6697ee2ce56 (diff)
downloadsubsurface-bd7af5a511053f1ac35f9b250039aa76f9096e99.tar.gz
state machine controls edit/view dive details
This is the first part of splitting the dive details into edit/view modes. - introduce a state machine to switch between view and edit mode - factor out the editor into its own component Both components are almost the same, but we can change them individually now. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r--qt-mobile/qml/mobile-resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc
index ebce4c7b6..028dd0cef 100644
--- a/qt-mobile/qml/mobile-resources.qrc
+++ b/qt-mobile/qml/mobile-resources.qrc
@@ -6,6 +6,7 @@
<file>CloudCredentials.qml</file>
<file>DiveList.qml</file>
<file>DiveDetails.qml</file>
+ <file>DiveDetailsEdit.qml</file>
<file>DownloadFromDiveComputer.qml</file>
<file>Log.qml</file>
<file>TopBar.qml</file>