diff options
Diffstat (limited to 'lang/qt/src/qgpgmeencryptjob.h')
-rw-r--r-- | lang/qt/src/qgpgmeencryptjob.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/qt/src/qgpgmeencryptjob.h b/lang/qt/src/qgpgmeencryptjob.h index fc6ad5ff..d35a41ba 100644 --- a/lang/qt/src/qgpgmeencryptjob.h +++ b/lang/qt/src/qgpgmeencryptjob.h @@ -68,25 +68,25 @@ public: explicit QGpgMEEncryptJob(GpgME::Context *context); ~QGpgMEEncryptJob(); - /*! \reimp from EncryptJob */ + /* from EncryptJob */ GpgME::Error start(const std::vector<GpgME::Key> &recipients, const QByteArray &plainText, bool alwaysTrust) Q_DECL_OVERRIDE; - /*! \reimp from EncryptJob */ + /* from EncryptJob */ void start(const std::vector<GpgME::Key> &recipients, const std::shared_ptr<QIODevice> &plainText, const std::shared_ptr<QIODevice> &cipherText, bool alwaysTrust) Q_DECL_OVERRIDE; - /*! \reimp from EncryptJob */ + /* from EncryptJob */ GpgME::EncryptionResult exec(const std::vector<GpgME::Key> &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText) Q_DECL_OVERRIDE; - /*! \reimp from EncryptJob */ + /* from EncryptJob */ void setOutputIsBase64Encoded(bool on) Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ + /* from ThreadedJobMixin */ void resultHook(const result_type &r) Q_DECL_OVERRIDE; private: |