diff options
Diffstat (limited to 'lang/qt/src/qgpgmechangepasswdjob.h')
-rw-r--r-- | lang/qt/src/qgpgmechangepasswdjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/qgpgmechangepasswdjob.h b/lang/qt/src/qgpgmechangepasswdjob.h index 1531e760..e37789e1 100644 --- a/lang/qt/src/qgpgmechangepasswdjob.h +++ b/lang/qt/src/qgpgmechangepasswdjob.h @@ -57,7 +57,7 @@ public: explicit QGpgMEChangePasswdJob(GpgME::Context *context); ~QGpgMEChangePasswdJob(); - /*! \reimp from ChangePasswdJob */ + /* from ChangePasswdJob */ GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE; }; |