diff options
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 4e2c42f7b..259cb5d99 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -190,6 +190,12 @@ MobileComponents.ApplicationWindow { } }, Action { + text: "User manual" + onTriggered: { + manager.showUserManual() + } + }, + Action { text: "About" onTriggered: { stackView.push(aboutWindow) |