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