aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/DataObjectOperator.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/DataObjectOperator.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/DataObjectOperator.cpp')
-rw-r--r--src/core/function/DataObjectOperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/DataObjectOperator.cpp b/src/core/function/DataObjectOperator.cpp
index 1d4d2c4a..e1d8b4da 100644
--- a/src/core/function/DataObjectOperator.cpp
+++ b/src/core/function/DataObjectOperator.cpp
@@ -45,7 +45,7 @@ void DataObjectOperator::init_app_secure_key() {
DataObjectOperator::DataObjectOperator(int channel)
: SingletonFunctionObject<DataObjectOperator>(channel) {
- if (!QDir(app_secure_path_).exists()) QDir(app_secure_path_).mkdir(".");
+ if (!QDir(app_secure_path_).exists()) QDir(app_secure_path_).mkpath(".");
if (!QFileInfo(app_secure_key_path_).exists()) init_app_secure_key();
QByteArray key;