summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-28 08:35:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-28 08:38:16 -0700
commit0ea86d83c14dde31b36eb6d3ad3a8dcf10706e22 (patch)
treefc36852ab53d9768c10d312a0a04e4747034cfce /helpers.h
parent48a3d1b79cd94b872e4aa974f0954d42c7c64d09 (diff)
downloadsubsurface-0ea86d83c14dde31b36eb6d3ad3a8dcf10706e22.tar.gz
Calendar Widget: set the locale appropriate first day of the week
Also adjust the minimum size, given I changed this in commit 26855234acef ("Make date widget easier to read"). 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 4d9684e9c..d2f6e23c0 100644
--- a/helpers.h
+++ b/helpers.h
@@ -33,6 +33,7 @@ QString get_dive_date_string(timestamp_t when);
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();
void selectedDivesGasUsed(QVector<QPair<QString, int> > &gasUsed);
#if defined __APPLE__