diff options
author | Andre Heinecke <[email protected]> | 2016-05-10 12:32:22 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-10 12:32:22 +0000 |
commit | b7d5c2cced796d4092a9f424368fc999165f9d13 (patch) | |
tree | 64bd7d6edc5bf259442b96919b8ca16fb8ce1250 /lang/qt/src/qgpgmesignkeyjob.h | |
parent | Qt: Make Protocol class public API (diff) | |
download | gpgme-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/qgpgmesignkeyjob.h')
-rw-r--r-- | lang/qt/src/qgpgmesignkeyjob.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/qt/src/qgpgmesignkeyjob.h b/lang/qt/src/qgpgmesignkeyjob.h index 6b610acd..6cdb7db8 100644 --- a/lang/qt/src/qgpgmesignkeyjob.h +++ b/lang/qt/src/qgpgmesignkeyjob.h @@ -63,22 +63,22 @@ public: explicit QGpgMESignKeyJob(GpgME::Context *context); ~QGpgMESignKeyJob(); - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE; - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ void setUserIDsToSign(const std::vector<unsigned int> &idsToSign) Q_DECL_OVERRIDE; - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ void setCheckLevel(unsigned int checkLevel) Q_DECL_OVERRIDE; - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ void setExportable(bool exportable) Q_DECL_OVERRIDE; - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ void setSigningKey(const GpgME::Key &key) Q_DECL_OVERRIDE; - /*! \reimp from SignKeyJob */ + /* from SignKeyJob */ void setNonRevocable(bool nonRevocable) Q_DECL_OVERRIDE; private: |