diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-02 07:09:40 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-02 12:46:59 -0500 |
commit | 69c10808af442140829975ee1cf893160e3be10d (patch) | |
tree | 920867c4eb230888c5b6193571690719da227f97 /qt-mobile/qmlmanager.h | |
parent | f677d482e9db6f4d566eac40909bb7c8f01fafd7 (diff) | |
download | subsurface-69c10808af442140829975ee1cf893160e3be10d.tar.gz |
QML UI: don't go through manager object to show map
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index de04156f5..2d7e913ef 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -103,7 +103,6 @@ public slots: void clearGpsData(); void finishSetup(); void openLocalThenRemote(QString url); - void showMap(const QString& location); int getIndex(const QString& diveId); QString getNumber(const QString& diveId); QString getDate(const QString& diveId); |