aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-02 07:02:44 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-02 07:02:44 -0500
commitf677d482e9db6f4d566eac40909bb7c8f01fafd7 (patch)
treec05b293cb1f2bdde79d348fb5d7b076d96c436b9 /qt-mobile/qmlmanager.h
parent7e47874adb88bf3ce318fa8331ded19d9f868da4 (diff)
downloadsubsurface-f677d482e9db6f4d566eac40909bb7c8f01fafd7.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r--qt-mobile/qmlmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h
index 2113a1dfe..de04156f5 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -104,7 +104,6 @@ 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);