diff options
Diffstat (limited to 'lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp')
-rw-r--r-- | lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp b/lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp index b74e7a06..dc0d0f01 100644 --- a/lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp +++ b/lang/qt/src/qgpgmeaddexistingsubkeyjob.cpp @@ -90,7 +90,6 @@ Error QGpgMEAddExistingSubkeyJob::start(const GpgME::Key &key, const GpgME::Subk Error QGpgMEAddExistingSubkeyJob::exec(const GpgME::Key &key, const GpgME::Subkey &subkey) { const result_type r = add_subkey(context(), key, subkey); - resultHook(r); return std::get<0>(r); } |