aboutsummaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-03-17 17:07:14 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-04-02 12:51:47 +0300
commit2c2fe463a5af4cd6798ed715cc740042c94843eb (patch)
tree29fb81fa6d522beb2f9acbb3ab7926744f17a900 /jobs
parentc5832458b129e5e23564b092df1f415d455582d7 (diff)
downloadlibquotient-2c2fe463a5af4cd6798ed715cc740042c94843eb.tar.gz
libquotient-2c2fe463a5af4cd6798ed715cc740042c94843eb.zip
Rotten comments fixes
Diffstat (limited to 'jobs')
-rw-r--r--jobs/basejob.h4
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
*