aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/list_public_rooms.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-03 19:17:10 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-03 19:17:10 +0900
commit23dc9a3259108f8e0c55e535b9341042f1ff77f5 (patch)
tree59e6c68b14fc73f0aab6d72807ce85ec241947d8 /jobs/generated/list_public_rooms.h
parente000929c0b06752703056b890ff0b5a4deae1c6a (diff)
downloadlibquotient-23dc9a3259108f8e0c55e535b9341042f1ff77f5.tar.gz
libquotient-23dc9a3259108f8e0c55e535b9341042f1ff77f5.zip
jobs/generated: Generate job-specific makeRequestUrl() methods
Diffstat (limited to 'jobs/generated/list_public_rooms.h')
-rw-r--r--jobs/generated/list_public_rooms.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/generated/list_public_rooms.h b/jobs/generated/list_public_rooms.h
index 7dcb8cf7..5c281de3 100644
--- a/jobs/generated/list_public_rooms.h
+++ b/jobs/generated/list_public_rooms.h
@@ -36,6 +36,13 @@ namespace QMatrixClient
// End of inner data structures
+ /** Construct a URL out of baseUrl and usual parameters passed to
+ * GetPublicRoomsJob. This function can be used when
+ * a URL for GetPublicRoomsJob is necessary but the job
+ * itself isn't.
+ */
+ static QUrl makeRequestUrl(QUrl baseUrl, double limit = {}, const QString& since = {}, const QString& server = {});
+
explicit GetPublicRoomsJob(double limit = {}, const QString& since = {}, const QString& server = {});
~GetPublicRoomsJob() override;