aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmerevokekeyjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmerevokekeyjob.cpp')
-rw-r--r--lang/qt/src/qgpgmerevokekeyjob.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/qt/src/qgpgmerevokekeyjob.cpp b/lang/qt/src/qgpgmerevokekeyjob.cpp
index 8a2c224e..9875b3d3 100644
--- a/lang/qt/src/qgpgmerevokekeyjob.cpp
+++ b/lang/qt/src/qgpgmerevokekeyjob.cpp
@@ -119,7 +119,6 @@ Error QGpgMERevokeKeyJob::exec(const GpgME::Key &key,
Error err = check_arguments(key, reason, description);
if (!err) {
const result_type r = revoke_key(context(), key, reason, description);
- resultHook(r);
err = std::get<0>(r);
}
return err;