summaryrefslogtreecommitdiffstats
path: root/qthelper.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-05 09:48:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 10:42:32 -0700
commit2c4ccc04bd384090917d7d17221012611426edb3 (patch)
treec32eec4864b1f613443f041e65b7d530a92c176f /qthelper.h
parent974ba1382dec543af0bab14c907e4f2012c27c05 (diff)
downloadsubsurface-2c4ccc04bd384090917d7d17221012611426edb3.tar.gz
Parse GPS text in C++ and re-implement GPS changed check
This is SO MUCH easier then the convoluted and fragile C / glib code it replaces. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r--qthelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h
index 3ac83b5c4..0bb7c19f1 100644
--- a/qthelper.h
+++ b/qthelper.h
@@ -34,5 +34,6 @@ public:
};
QString weight_string(int weight_in_grams);
+bool gpsHasChanged(struct dive* dive, struct dive *master, const QString &gps_text);
#endif // QTHELPER_H