diff options
Diffstat (limited to 'lang/qt/src/qgpgmeimportfromkeyserverjob.h')
-rw-r--r-- | lang/qt/src/qgpgmeimportfromkeyserverjob.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/qgpgmeimportfromkeyserverjob.h b/lang/qt/src/qgpgmeimportfromkeyserverjob.h index f50dae0b..8c9f944d 100644 --- a/lang/qt/src/qgpgmeimportfromkeyserverjob.h +++ b/lang/qt/src/qgpgmeimportfromkeyserverjob.h @@ -63,13 +63,13 @@ public: explicit QGpgMEImportFromKeyserverJob(GpgME::Context *context); ~QGpgMEImportFromKeyserverJob(); - /*! \reimp from ImportFromKeyserverJob */ + /* from ImportFromKeyserverJob */ GpgME::Error start(const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE; - /*! \reimp from ImportFromKeyserverJob */ + /* from ImportFromKeyserverJob */ GpgME::ImportResult exec(const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ + /* from ThreadedJobMixin */ void resultHook(const result_type &r) Q_DECL_OVERRIDE; private: |