diff options
Diffstat (limited to 'src/core/function/DataObjectOperator.cpp')
-rw-r--r-- | src/core/function/DataObjectOperator.cpp | 2 |
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; |