diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-29 03:08:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-29 03:09:10 -0700 |
commit | 2d87a657d248c1c6d4dd6a805bbf90c98589798a (patch) | |
tree | 3f0e3a9f6c5e072a67c936e3bbf5d17957431816 /desktop-widgets/diveplanner.cpp | |
parent | 4bb72160a6323e1ab3f3d9ea2c7f90c21088347f (diff) | |
download | subsurface-2d87a657d248c1c6d4dd6a805bbf90c98589798a.tar.gz |
Revert "desktop-widgets: remove QSettings from desktop-widgets"
This reverts commit 321a920a9873a3828a24c1b28cf8eb5fe1bff2cb.
It appears that the load_xxx functions aren't called, so while the correct
values are stored to the settings, they aren't retrieved. Let's revert while
this gets fixed.
Fixes #1609
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/diveplanner.cpp')
-rw-r--r-- | desktop-widgets/diveplanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/diveplanner.cpp b/desktop-widgets/diveplanner.cpp index 63c3a97ec..26e8c446a 100644 --- a/desktop-widgets/diveplanner.cpp +++ b/desktop-widgets/diveplanner.cpp @@ -14,6 +14,7 @@ #include <QGraphicsSceneMouseEvent> #include <QMessageBox> +#include <QSettings> #include <QShortcut> #define TIME_INITIAL_MAX 30 |