aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgKeyOpera.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-27 13:21:03 +0000
committersaturneric <[email protected]>2023-10-27 13:21:03 +0000
commit41c12e92031284e357bab04fe6e08b45c6dd3ba8 (patch)
treee5750afe5feee6cca15aa9b3b0915012047e3aba /src/core/function/gpg/GpgKeyOpera.cpp
parentfeat: gather more gnupg info to rt (diff)
downloadGpgFrontend-41c12e92031284e357bab04fe6e08b45c6dd3ba8.tar.gz
GpgFrontend-41c12e92031284e357bab04fe6e08b45c6dd3ba8.zip
feat: improve thread system and gathering gnupg options info to rt
Diffstat (limited to 'src/core/function/gpg/GpgKeyOpera.cpp')
-rw-r--r--src/core/function/gpg/GpgKeyOpera.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgKeyOpera.cpp b/src/core/function/gpg/GpgKeyOpera.cpp
index 1d31bb1d..eb7dfe9f 100644
--- a/src/core/function/gpg/GpgKeyOpera.cpp
+++ b/src/core/function/gpg/GpgKeyOpera.cpp
@@ -123,6 +123,7 @@ void GpgKeyOpera::GenerateRevokeCert(const GpgKey& key,
exit_code, p_out.size());
}
},
+ nullptr,
[](QProcess* proc) -> void {
// Code From Gpg4Win
while (proc->canReadLine()) {