diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-13 11:13:04 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-13 11:13:04 -0700 |
commit | 8dcb6fa25cc9a1e9227181d2e6e3908f0d99cc75 (patch) | |
tree | 5e7d7b1a99f6829f72a8b3cd649d5f50b995c4b6 /qt-mobile/qmlmanager.h | |
parent | 087cda05e624e0c6e053ec03d749bbba08b31d74 (diff) | |
download | subsurface-8dcb6fa25cc9a1e9227181d2e6e3908f0d99cc75.tar.gz |
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>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r-- | qt-mobile/qmlmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index 04374bde6..01ccf0303 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -109,6 +109,7 @@ public slots: void finishSetup(); void openLocalThenRemote(QString url); void showMap(const QString& location); + void showUserManual(); int getIndex(const QString& diveId); QString getNumber(const QString& diveId); QString getDate(const QString& diveId); |