diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-28 08:35:59 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-28 08:38:16 -0700 |
commit | 0ea86d83c14dde31b36eb6d3ad3a8dcf10706e22 (patch) | |
tree | fc36852ab53d9768c10d312a0a04e4747034cfce /helpers.h | |
parent | 48a3d1b79cd94b872e4aa974f0954d42c7c64d09 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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__ |