diff options
Diffstat (limited to 'core/settings/qPref.cpp')
-rw-r--r-- | core/settings/qPref.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp index 2a455b4fd..2d3c53a40 100644 --- a/core/settings/qPref.cpp +++ b/core/settings/qPref.cpp @@ -1,6 +1,20 @@ // SPDX-License-Identifier: GPL-2.0 #include "qPref.h" #include "qPrefPrivate.h" +#include "qPrefCloudStorage.h" +#include "qPrefDisplay.h" +#include "qPrefDiveComputer.h" +#include "qPrefDivePlanner.h" +#include "qPrefFacebook.h" +#include "qPrefGeneral.h" +#include "qPrefGeocoding.h" +#include "qPrefLanguage.h" +#include "qPrefLocationService.h" +#include "qPrefPartialPressureGas.h" +#include "qPrefProxy.h" +#include "qPrefTechnicalDetails.h" +#include "qPrefUnit.h" +#include "qPrefUpdateManager.h" #include <QtQml> #include <QQmlContext> |