diff options
Diffstat (limited to 'jobs/generated/redaction.h')
-rw-r--r-- | jobs/generated/redaction.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/jobs/generated/redaction.h b/jobs/generated/redaction.h index 600e0daa..e3b3ff4f 100644 --- a/jobs/generated/redaction.h +++ b/jobs/generated/redaction.h @@ -2,12 +2,10 @@ * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ - #pragma once #include "../basejob.h" -#include <QtCore/QString> namespace QMatrixClient @@ -21,12 +19,12 @@ namespace QMatrixClient ~RedactEventJob() override; const QString& eventId() const; - + protected: Status parseJson(const QJsonDocument& data) override; - + private: class Private; - Private* d; + QScopedPointer<Private> d; }; } // namespace QMatrixClient |