aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmesignencryptjob.h
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-05-10 12:32:22 +0000
committerAndre Heinecke <[email protected]>2016-05-10 12:32:22 +0000
commitb7d5c2cced796d4092a9f424368fc999165f9d13 (patch)
tree64bd7d6edc5bf259442b96919b8ca16fb8ce1250 /lang/qt/src/qgpgmesignencryptjob.h
parentQt: Make Protocol class public API (diff)
downloadgpgme-b7d5c2cced796d4092a9f424368fc999165f9d13.tar.gz
gpgme-b7d5c2cced796d4092a9f424368fc999165f9d13.zip
Qt: Fix unkonwn doxygen keyword warnings
-- Reimp is not a keqword and we inherit documentation anyway.
Diffstat (limited to 'lang/qt/src/qgpgmesignencryptjob.h')
-rw-r--r--lang/qt/src/qgpgmesignencryptjob.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qt/src/qgpgmesignencryptjob.h b/lang/qt/src/qgpgmesignencryptjob.h
index bf1439ca..49177d37 100644
--- a/lang/qt/src/qgpgmesignencryptjob.h
+++ b/lang/qt/src/qgpgmesignencryptjob.h
@@ -75,12 +75,12 @@ public:
explicit QGpgMESignEncryptJob(GpgME::Context *context);
~QGpgMESignEncryptJob();
- /*! \reimp from SignEncryptJob */
+ /* from SignEncryptJob */
GpgME::Error start(const std::vector<GpgME::Key> &signers,
const std::vector<GpgME::Key> &recipients,
const QByteArray &plainText, bool alwaysTrust) Q_DECL_OVERRIDE;
- /*! \reimp from SignEncryptJob */
+ /* from SignEncryptJob */
void start(const std::vector<GpgME::Key> &signers,
const std::vector<GpgME::Key> &recipients,
const std::shared_ptr<QIODevice> &plainText,
@@ -93,10 +93,10 @@ public:
const QByteArray &plainText, bool alwaysTrust,
QByteArray &cipherText) Q_DECL_OVERRIDE;
- /*! \reimp from SignEncryptJob */
+ /* from SignEncryptJob */
void setOutputIsBase64Encoded(bool on) Q_DECL_OVERRIDE;
- /*! \reimp from ThreadedJobMixin */
+ /* from ThreadedJobMixin */
void resultHook(const result_type &r) Q_DECL_OVERRIDE;
private: