diff options
Diffstat (limited to 'jobs/generated/redaction.h')
-rw-r--r-- | jobs/generated/redaction.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/jobs/generated/redaction.h b/jobs/generated/redaction.h deleted file mode 100644 index e3b3ff4f..00000000 --- a/jobs/generated/redaction.h +++ /dev/null @@ -1,30 +0,0 @@ -/****************************************************************************** - * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN - */ - -#pragma once - -#include "../basejob.h" - - - -namespace QMatrixClient -{ - // Operations - - class RedactEventJob : public BaseJob - { - public: - explicit RedactEventJob(const QString& roomId, const QString& eventId, const QString& txnId, const QString& reason = {}); - ~RedactEventJob() override; - - const QString& eventId() const; - - protected: - Status parseJson(const QJsonDocument& data) override; - - private: - class Private; - QScopedPointer<Private> d; - }; -} // namespace QMatrixClient |