diff options
Diffstat (limited to 'lang/qt/src/quickjob.h')
-rw-r--r-- | lang/qt/src/quickjob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/qt/src/quickjob.h b/lang/qt/src/quickjob.h index 612a53d0..2d159bbe 100644 --- a/lang/qt/src/quickjob.h +++ b/lang/qt/src/quickjob.h @@ -85,6 +85,9 @@ public: virtual void startRevokeSignature(const GpgME::Key &key, const GpgME::Key &signingKey, const std::vector<GpgME::UserID> &userIds = std::vector<GpgME::UserID>()) = 0; + /** Start --quick-add-adsk */ + virtual void startAddAdsk(const GpgME::Key &key, const char *adsk) = 0; + Q_SIGNALS: void result(const GpgME::Error &error, const QString &auditLogAsHtml = QString(), const GpgME::Error &auditLogError = GpgME::Error()); |