diff options
Diffstat (limited to 'lang/qt/src/keylistjob.h')
-rw-r--r-- | lang/qt/src/keylistjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/keylistjob.h b/lang/qt/src/keylistjob.h index 88eac871..515a0e4d 100644 --- a/lang/qt/src/keylistjob.h +++ b/lang/qt/src/keylistjob.h @@ -64,7 +64,7 @@ namespace QGpgME CryptoBackend implementation, connect the nextKey(), progress() and result() signals to suitable slots and then start the key listing with a call to start(). This call might fail, in which - case the KeylistJob instance will have schedules it's own + case the KeylistJob instance will have scheduled it's own destruction with a call to QObject::deleteLater(). During keylisting, you will receive new key objects through the |