From f677d482e9db6f4d566eac40909bb7c8f01fafd7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 2 Apr 2016 07:02:44 -0500 Subject: QML UI: don't go through manager object to open user manual We can open URLs in the browser directly from QML. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 76696ba1e..9365052a8 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -205,7 +205,7 @@ Kirigami.ApplicationWindow { Kirigami.Action { text: "User manual" onTriggered: { - manager.showUserManual() + Qt.openUrlExternally("https://subsurface-divelog.org/documentation/subsurface-mobile-user-manual/") } }, Kirigami.Action { -- cgit v1.2.3-70-g09d2