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>
This commit is contained in:
jan Iversen 2018-08-20 11:19:49 +02:00 committed by Dirk Hohndel
parent 5f4a040dd2
commit 321a920a98
6 changed files with 28 additions and 55 deletions

View file

@ -27,7 +27,6 @@ class QItemSelection;
class DiveListView;
class MainTab;
class QWebView;
class QSettings;
class UpdateManager;
class UserManual;
class DivePlannerWidget;