From 2c2fe463a5af4cd6798ed715cc740042c94843eb Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 17 Mar 2017 17:07:14 +0900 Subject: Rotten comments fixes --- jobs/basejob.h | 4 ++-- 1 file 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 * -- cgit v1.2.3