summaryrefslogtreecommitdiffstats
path: root/qt-mobile/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r--qt-mobile/main.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index d64c27760..adceb9a02 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -104,4 +104,8 @@ ApplicationWindow {
visible: false
}
+ DiveDetails {
+ id: detailsWindow
+ visible: false
+ }
}