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 8910a460..fbd9caa5 100644 --- a/lang/qt/src/qgpgmechangepasswdjob.h +++ b/lang/qt/src/qgpgmechangepasswdjob.h @@ -59,7 +59,7 @@ public: ~QGpgMEChangePasswdJob(); /* from ChangePasswdJob */ - GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE; + GpgME::Error start(const GpgME::Key &key) override; }; } |