summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2014-07-16 20:35:22 +0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-16 13:58:06 -0700
commit14cc59898a9b6405ba239919137a5c57e7e6e0d0 (patch)
treedf935a4514ef1f6bb1c434d6625207a51c87f1e7 /helpers.h
parent0dd40b7a514a2ea02c2f4160a74b23c0fb9a41dd (diff)
downloadsubsurface-14cc59898a9b6405ba239919137a5c57e7e6e0d0.tar.gz
Date picker l10n for profile and planner
- set application-wide locale from preferences - use custom date format for display Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index d2f6e23c0..f74d44939 100644
--- a/helpers.h
+++ b/helpers.h
@@ -34,6 +34,7 @@ QString get_short_dive_date_string(timestamp_t when);
QString get_trip_date_string(timestamp_t when, int nr);
QString uiLanguage(QLocale *callerLoc);
QLocale getLocale();
+QString getDateFormat();
void selectedDivesGasUsed(QVector<QPair<QString, int> > &gasUsed);
#if defined __APPLE__