aboutsummaryrefslogtreecommitdiff
path: root/jobs/postreceiptjob.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2016-05-25 20:37:36 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2016-05-27 20:03:43 +0900
commit46050cd59a7af8cc7d616fab1a80db95dc8b5b35 (patch)
treed717d85e8b5d340050c317418e26addf1766a826 /jobs/postreceiptjob.cpp
parent40195a814673fb8557a8b9c67a0f4d61191eb34e (diff)
downloadlibquotient-46050cd59a7af8cc7d616fab1a80db95dc8b5b35.tar.gz
libquotient-46050cd59a7af8cc7d616fab1a80db95dc8b5b35.zip
Use 'override' keyword throughout job classes; constify apiPath(), query(), data()
Thanks to CLang model.
Diffstat (limited to 'jobs/postreceiptjob.cpp')
-rw-r--r--jobs/postreceiptjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/postreceiptjob.cpp b/jobs/postreceiptjob.cpp
index 54220626..f99b6869 100644
--- a/jobs/postreceiptjob.cpp
+++ b/jobs/postreceiptjob.cpp
@@ -46,7 +46,7 @@ PostReceiptJob::~PostReceiptJob()
delete d;
}
-QString PostReceiptJob::apiPath()
+QString PostReceiptJob::apiPath() const
{
return QString("/_matrix/client/r0/rooms/%1/receipt/m.read/%2").arg(d->roomId).arg(d->eventId);
}