diff options
| author | Ingo Klöcker <[email protected]> | 2022-05-02 12:58:21 +0000 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2022-05-02 12:58:21 +0000 |
| commit | 97e09fb96400c50fa207926eb3ea9bd4805406a8 (patch) | |
| tree | 6def1439f8453981a3de0d934b9a7181b8a74aad /lang/qt/src/refreshkeysjob.h | |
| parent | qt: Fix connection to readyReadStandardOutput signal (diff) | |
| download | gpgme-97e09fb96400c50fa207926eb3ea9bd4805406a8.tar.gz gpgme-97e09fb96400c50fa207926eb3ea9bd4805406a8.zip | |
qt,doc: Fix some API documentation
--
Fix or remove API documentation that has been copied and pasted from
other jobs.
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/src/refreshkeysjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/refreshkeysjob.h b/lang/qt/src/refreshkeysjob.h index cc051fc3..92b3b8f4 100644 --- a/lang/qt/src/refreshkeysjob.h +++ b/lang/qt/src/refreshkeysjob.h @@ -61,7 +61,7 @@ namespace QGpgME RefreshKeysJob instance will have scheduled its own destruction with a call to QObject::deleteLater(). - After result() is emitted, the KeyListJob will schedule it's own + After result() is emitted, the job will schedule it's own destruction by calling QObject::deleteLater(). */ class QGPGME_EXPORT RefreshKeysJob : public Job |
