QML UI: show user manual in browser window

This is so obvious... and I know others asked for this before. Should
definitely have been in the first version...

Fixes #1026

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-13 11:13:04 -07:00
parent 087cda05e6
commit 8dcb6fa25c
3 changed files with 14 additions and 0 deletions

View file

@ -189,6 +189,12 @@ MobileComponents.ApplicationWindow {
}
}
},
Action {
text: "User manual"
onTriggered: {
manager.showUserManual()
}
},
Action {
text: "About"
onTriggered: {