aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmechangeexpiryjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmechangeexpiryjob.h')
-rw-r--r--lang/qt/src/qgpgmechangeexpiryjob.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgmechangeexpiryjob.h b/lang/qt/src/qgpgmechangeexpiryjob.h
index 83565686..bb9b9ba8 100644
--- a/lang/qt/src/qgpgmechangeexpiryjob.h
+++ b/lang/qt/src/qgpgmechangeexpiryjob.h
@@ -60,6 +60,11 @@ public:
/* from ChangeExpiryJob */
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry) Q_DECL_OVERRIDE;
+
+ /* from ChangeExpiryJob */
+ GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry,
+ const std::vector<GpgME::Subkey> &subkeys) Q_DECL_OVERRIDE;
+
};
}