diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-08-26 16:52:51 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-27 11:40:45 -0700 |
commit | 9b2404fcb4b360a12a8f997a4b9111e5f44bf444 (patch) | |
tree | 3c8cb2f24394c3dca2a3a563682466a9b3612c7e /core/qthelper.h | |
parent | 8f178301d8b93f50c38cd00b7cc47a259e1fed43 (diff) | |
download | subsurface-9b2404fcb4b360a12a8f997a4b9111e5f44bf444.tar.gz |
Settings update: Move loadPreferences out of qt-helper.cpp
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 95bdf4dbd..357626bfc 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -36,7 +36,6 @@ pressure_t string_to_pressure(const char *str); 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); QByteArray getCurrentAppState(); void setCurrentAppState(QByteArray state); |