diff options
Diffstat (limited to 'lang/qt/src/qgpgmekeylistjob.h')
-rw-r--r-- | lang/qt/src/qgpgmekeylistjob.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmekeylistjob.h b/lang/qt/src/qgpgmekeylistjob.h index 860bb3ed..fd881d96 100644 --- a/lang/qt/src/qgpgmekeylistjob.h +++ b/lang/qt/src/qgpgmekeylistjob.h @@ -56,7 +56,7 @@ class QGpgMEKeyListJob #ifdef Q_MOC_RUN : public KeyListJob #else - : public _detail::ThreadedJobMixin<KeyListJob, boost::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, QString, GpgME::Error> > + : public _detail::ThreadedJobMixin<KeyListJob, std::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, QString, GpgME::Error> > #endif { Q_OBJECT @@ -74,9 +74,6 @@ public: /*! \reimp from KeyListJob */ GpgME::KeyListResult exec(const QStringList &patterns, bool secretOnly, std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE; - /*! \reimp from Job */ - void showErrorDialog(QWidget *parent, const QString &caption) const Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ void resultHook(const result_type &result) Q_DECL_OVERRIDE; |