diff options
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 ); |