diff options
Diffstat (limited to 'jobs/generated/list_public_rooms.h')
-rw-r--r-- | jobs/generated/list_public_rooms.h | 7 |
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; |