diff options
author | jan Iversen <jani@apache.org> | 2018-08-20 11:19:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-25 11:49:47 -0700 |
commit | 321a920a9873a3828a24c1b28cf8eb5fe1bff2cb (patch) | |
tree | ef1dcbec683536af07ac86b1ed7f5c5856204707 /desktop-widgets/mainwindow.h | |
parent | 5f4a040dd217c07a341bd03fe80fe19747d1541e (diff) | |
download | subsurface-321a920a9873a3828a24c1b28cf8eb5fe1bff2cb.tar.gz |
desktop-widgets: remove QSettings from desktop-widgets
The variables referenced are moved into qPref in earlier commits
so in general all QSettings calls are replaced by qPref*:: calls
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 06365a8e6..7bd33cbf0 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -27,7 +27,6 @@ class QItemSelection; class DiveListView; class MainTab; class QWebView; -class QSettings; class UpdateManager; class UserManual; class DivePlannerWidget; |