aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GlobalSettingStation.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-16 17:41:52 +0000
committersaturneric <[email protected]>2024-01-16 17:41:52 +0000
commit5bcf07c5f6a3429bc787c31d26edd796c8cad9c6 (patch)
treef473d3c278b64396852403e5e334f87f02f5505a /src/core/function/GlobalSettingStation.cpp
parentfix: slove some issues and update translations (diff)
downloadGpgFrontend-5bcf07c5f6a3429bc787c31d26edd796c8cad9c6.tar.gz
GpgFrontend-5bcf07c5f6a3429bc787c31d26edd796c8cad9c6.zip
fix: solve discovered issues
Diffstat (limited to 'src/core/function/GlobalSettingStation.cpp')
-rw-r--r--src/core/function/GlobalSettingStation.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp
index a25bb52c..04129186 100644
--- a/src/core/function/GlobalSettingStation.cpp
+++ b/src/core/function/GlobalSettingStation.cpp
@@ -158,8 +158,7 @@ class GlobalSettingStation::Impl {
QString working_path_ = QDir::currentPath();
QString app_data_path_ = QString{QStandardPaths::writableLocation(
- QStandardPaths::AppLocalDataLocation)} +
- "/GpgFrontend"; ///< Program Data Location
+ QStandardPaths::AppLocalDataLocation)}; ///< Program Data Location
QString app_log_path_ = app_data_path_ + "/logs"; ///< Program Data Location