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-21 11:31:08 +0900 |
commit | 89161d921313f3fc05386baa09ea59010c9fc494 (patch) | |
tree | 48754dc793913ad11b5f13e227792e11d4c987d0 /libtdenetwork/qgpgme/eventloopinteractor.h | |
parent | 6905cc3eb1948181a182e3a7cd0f9a9383d29a50 (diff) | |
download | tdepim-89161d921313f3fc05386baa09ea59010c9fc494.tar.gz tdepim-89161d921313f3fc05386baa09ea59010c9fc494.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>
(cherry picked from commit 9441cfb0db89a24d2a01c85416677a56c9b269b0)
Diffstat (limited to 'libtdenetwork/qgpgme/eventloopinteractor.h')
-rw-r--r-- | libtdenetwork/qgpgme/eventloopinteractor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtdenetwork/qgpgme/eventloopinteractor.h b/libtdenetwork/qgpgme/eventloopinteractor.h index 7fca3bc0..b28d1f30 100644 --- a/libtdenetwork/qgpgme/eventloopinteractor.h +++ b/libtdenetwork/qgpgme/eventloopinteractor.h @@ -27,7 +27,6 @@ namespace GpgME { class Context; class Error; - class TrustItem; class Key; } // namespace GpgME @@ -44,7 +43,6 @@ namespace QGpgME { static EventLoopInteractor * instance(); signals: - void nextTrustItemEventSignal( GpgME::Context * context, const GpgME::TrustItem & item ); void nextKeyEventSignal( GpgME::Context * context, const GpgME::Key & key ); void operationDoneEventSignal( GpgME::Context * context, const GpgME::Error & e ); @@ -69,8 +67,6 @@ namespace QGpgME { // /*! \reimp */ - void nextTrustItemEvent( GpgME::Context * context, const GpgME::TrustItem & item ); - /*! \reimp */ void nextKeyEvent( GpgME::Context * context, const GpgME::Key & key ); /*! \reimp */ void operationDoneEvent( GpgME::Context * context, const GpgME::Error & e ); |