diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 1 |
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 |