Signed-off-by: Rick Walsh <[email protected]>
---
 qt-mobile/qml/main.qml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 6054b2f..ec52595 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -90,6 +90,12 @@ MobileComponents.ApplicationWindow {
                                                manager.saveChanges();
                                        }
                                }
+                               Action {
+                                       text: "Plan dive"
+                                       onTriggered: {
+                                               stackView.push(planDiveWindow)
+                                       }
+                               }
                        },
 
                        MobileComponents.ActionGroup {
@@ -257,6 +263,11 @@ MobileComponents.ApplicationWindow {
                visible: false
        }
 
+       Planner {
+               id: planDiveWindow
+               visible: false
+       }
+
        Log {
                id: logWindow
                visible: false
-- 
2.5.0

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to