33 #ifndef __KLEO_TQGPGMEDELETEJOB_H__
34 #define __KLEO_TQGPGMEDELETEJOB_H__
36 #include <kleo/deletejob.h>
38 #include "qgpgmejob.h"
48 class QGpgMEDeleteJob : public DeleteJob, private QGpgMEJob {
52 QGpgMEDeleteJob( GpgME::Context * context );
56 GpgME::Error start( const GpgME::Key & key, bool allowSecretKeyDeletion );
59 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e ) {
64 void doOperationDoneEvent( const GpgME::Error & e );
void doSlotOperationDoneEvent(GpgME::Context *context, const GpgME::Error &e)
|