diff options
Diffstat (limited to 'lib/jobs/generated/logout.h')
-rw-r--r-- | lib/jobs/generated/logout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/jobs/generated/logout.h b/lib/jobs/generated/logout.h index 7640ba55..1f60bd75 100644 --- a/lib/jobs/generated/logout.h +++ b/lib/jobs/generated/logout.h @@ -15,6 +15,8 @@ namespace QMatrixClient class LogoutJob : public BaseJob { public: + explicit LogoutJob(); + /** 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 @@ -22,6 +24,5 @@ namespace QMatrixClient */ static QUrl makeRequestUrl(QUrl baseUrl); - explicit LogoutJob(); }; } // namespace QMatrixClient |