diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index 1beafa27f..4a5ade711 100644 --- a/qthelper.h +++ b/qthelper.h @@ -35,4 +35,6 @@ volume_t string_to_volume(const char *str, pressure_t workp); fraction_t string_to_fraction(const char *str); int getCloudURL(QString &filename); void loadPreferences(); +bool parseGpsText(const QString &gps_text, double *latitude, double *longitude); + #endif // QTHELPER_H |