diff options
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ QString uiLanguage(QLocale *callerLoc); QLocale getLocale(); QString getDateFormat(); void selectedDivesGasUsed(QVector<QPair<QString, int> > &gasUsed); +QString getUserAgent(); #if defined __APPLE__ #define TITLE_OR_TEXT(_t, _m) "", _t + "\n" + _m |