diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 21:15:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-20 10:02:47 +0900 |
commit | 9441cfb0db89a24d2a01c85416677a56c9b269b0 (patch) | |
tree | d5ccd8f2e79bcbdb437495afcadf8b37b02c26e9 /libtdenetwork/qgpgme/eventloopinteractor.cpp | |
parent | b82b302bf3b6d7a9561676b70e1edf3010a19805 (diff) | |
download | tdepim-9441cfb0db89a24d2a01c85416677a56c9b269b0.tar.gz tdepim-9441cfb0db89a24d2a01c85416677a56c9b269b0.zip |
tdenetwork: remove trust item and trust list related code. This resolves issue #162.
libgpgme-dev 2.0 completely removed the code related to trust item and
trust list. Moreover according the their author, that code was only
working for a brief time around 2003. In view of that, the code in TDE
has been fully removed rather than making conditional based on the
library version available.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdenetwork/qgpgme/eventloopinteractor.cpp')
-rw-r--r-- | libtdenetwork/qgpgme/eventloopinteractor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtdenetwork/qgpgme/eventloopinteractor.cpp b/libtdenetwork/qgpgme/eventloopinteractor.cpp index 34cc51f4..c9a4764a 100644 --- a/libtdenetwork/qgpgme/eventloopinteractor.cpp +++ b/libtdenetwork/qgpgme/eventloopinteractor.cpp @@ -96,10 +96,6 @@ void QGpgME::EventLoopInteractor::slotReadActivity( int socket ) { readActivity.remove(socket); } -void QGpgME::EventLoopInteractor::nextTrustItemEvent( GpgME::Context * context, const GpgME::TrustItem & item ) { - emit nextTrustItemEventSignal( context, item ); -} - void QGpgME::EventLoopInteractor::nextKeyEvent( GpgME::Context * context, const GpgME::Key & key ) { emit nextKeyEventSignal( context, key ); } |