diff options
Diffstat (limited to 'jobs/generated/logout.h')
-rw-r--r-- | jobs/generated/logout.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/generated/logout.h b/jobs/generated/logout.h index d2b85db5..7640ba55 100644 --- a/jobs/generated/logout.h +++ b/jobs/generated/logout.h @@ -15,6 +15,13 @@ namespace QMatrixClient class LogoutJob : public BaseJob { public: + /** Construct a URL out of baseUrl and usual parameters passed to + * LogoutJob. This function can be used when + * a URL for LogoutJob is necessary but the job + * itself isn't. + */ + static QUrl makeRequestUrl(QUrl baseUrl); + explicit LogoutJob(); }; } // namespace QMatrixClient |