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>
This commit is contained in:
Dirk Hohndel 2016-04-02 07:09:40 -05:00
parent f677d482e9
commit 69c10808af
5 changed files with 11 additions and 15 deletions

View file

@ -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);