diff options
Diffstat (limited to 'src/core/model/SettingsObject.h')
-rw-r--r-- | src/core/model/SettingsObject.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/model/SettingsObject.h b/src/core/model/SettingsObject.h index 21686898..ee075aaf 100644 --- a/src/core/model/SettingsObject.h +++ b/src/core/model/SettingsObject.h @@ -28,8 +28,6 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" - namespace GpgFrontend { /** @@ -37,7 +35,7 @@ namespace GpgFrontend { * This class is used to store data for the application securely. * */ -class GPGFRONTEND_CORE_EXPORT SettingsObject : public QJsonObject { +class GF_CORE_EXPORT SettingsObject : public QJsonObject { public: /** * @brief Construct a new Settings Object object |