diff options
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index 0df6bd21..ccf8e8f0 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -29,11 +29,6 @@ #ifndef GPGFRONTEND_GLOBALSETTINGSTATION_H #define GPGFRONTEND_GLOBALSETTINGSTATION_H -#include <openssl/x509.h> - -#include <boost/filesystem/operations.hpp> -#include <boost/filesystem/path.hpp> - #include "GpgFrontendBuildInstallInfo.h" #include "core/GpgFrontendCore.h" #include "core/GpgFunctionObject.h" @@ -148,7 +143,7 @@ class GPGFRONTEND_CORE_EXPORT GlobalSettingStation private: std::filesystem::path app_path_ = - qApp->applicationDirPath().toStdString(); ///< Program Location + QCoreApplication::applicationDirPath().toStdString(); ///< Program Location std::filesystem::path app_data_path_ = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) .toStdString(); ///< Program Data Location |