diff options
author | saturneric <[email protected]> | 2025-02-03 19:41:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-03 19:41:16 +0000 |
commit | 349269cadaa757622403279c94c3f181cf9130ac (patch) | |
tree | 33ad72d79b9ef736e7b4f617ad978a543f4de6cc /src/core/function/gpg/GpgCommandExecutor.h | |
parent | Merge branch 'develop' (diff) | |
parent | translation: update zh_CN and de_DE (diff) | |
download | GpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.tar.gz GpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.zip |
Merge branch 'develop'
Diffstat (limited to 'src/core/function/gpg/GpgCommandExecutor.h')
-rw-r--r-- | src/core/function/gpg/GpgCommandExecutor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgCommandExecutor.h b/src/core/function/gpg/GpgCommandExecutor.h index cb35e686..5a2f13db 100644 --- a/src/core/function/gpg/GpgCommandExecutor.h +++ b/src/core/function/gpg/GpgCommandExecutor.h @@ -56,7 +56,7 @@ class GPGFRONTEND_CORE_EXPORT GpgCommandExecutor { GpgCommandExecutorInterator int_func = [](QProcess *) {}); }; - using ExecuteContexts = QList<ExecuteContext>; + using ExecuteContexts = QContainer<ExecuteContext>; /** * @brief Excuting a command |