diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-03 12:11:16 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-09 11:54:37 +0900 |
commit | f951ab8a931c68f61b9710a540b2c971bbf502ca (patch) | |
tree | fbd0375e5c77ffcea6a7251ff32747fb4ce56db5 /jobs/generated/redaction.h | |
parent | 8fb9e3560ebf24ed6b697e3142a4fc7c6bd23393 (diff) | |
download | libquotient-f951ab8a931c68f61b9710a540b2c971bbf502ca.tar.gz libquotient-f951ab8a931c68f61b9710a540b2c971bbf502ca.zip |
jobs/generated: Polish formatting; other minor cleanup
Diffstat (limited to 'jobs/generated/redaction.h')
-rw-r--r-- | jobs/generated/redaction.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jobs/generated/redaction.h b/jobs/generated/redaction.h index 600e0daa..0a68f8cd 100644 --- a/jobs/generated/redaction.h +++ b/jobs/generated/redaction.h @@ -2,7 +2,6 @@ * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ - #pragma once #include "../basejob.h" @@ -21,12 +20,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 |