diff options
Diffstat (limited to 'lib/jobs/generated/logout.h')
-rw-r--r-- | lib/jobs/generated/logout.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/jobs/generated/logout.h b/lib/jobs/generated/logout.h deleted file mode 100644 index 7640ba55..00000000 --- a/lib/jobs/generated/logout.h +++ /dev/null @@ -1,27 +0,0 @@ -/****************************************************************************** - * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN - */ - -#pragma once - -#include "../basejob.h" - - - -namespace QMatrixClient -{ - // Operations - - 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 |