diff options
Diffstat (limited to 'jobs/basejob.h')
-rw-r--r-- | jobs/basejob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/basejob.h b/jobs/basejob.h index 83ba46fa..fc26426b 100644 --- a/jobs/basejob.h +++ b/jobs/basejob.h @@ -159,7 +159,7 @@ namespace QMatrixClient * observers that the job is terminated and that progress can be hidden. * * This should not be emitted directly by subclasses; - * use emitResult() instead. + * use finishJob() instead. * * In general, to be notified of a job's completion, client code * should connect to success() and failure() @@ -178,7 +178,7 @@ namespace QMatrixClient /** * Emitted when the job is finished (except when killed). * - * Use error to know if the job was finished with error. + * Use error() to know if the job was finished with error. * * @param job the job that emitted this signal * |