diff options
Diffstat (limited to 'lang/qt/src/qgpgmerefreshsmimekeysjob.h')
-rw-r--r-- | lang/qt/src/qgpgmerefreshsmimekeysjob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgmerefreshsmimekeysjob.h b/lang/qt/src/qgpgmerefreshsmimekeysjob.h index 8ed0b379..aa2d5b73 100644 --- a/lang/qt/src/qgpgmerefreshsmimekeysjob.h +++ b/lang/qt/src/qgpgmerefreshsmimekeysjob.h @@ -58,6 +58,8 @@ public: /* from RefreshKeysJob */ GpgME::Error start(const QStringList &patterns) Q_DECL_OVERRIDE; + GpgME::Error start(const std::vector<GpgME::Key> &keys) override; + private Q_SLOTS: /* from Job */ void slotCancel() Q_DECL_OVERRIDE; |