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-03 12:13:30 +0900 |
commit | 04c53826b0694dee38010b2f5116db6cf2e9b221 (patch) | |
tree | afdb71dc626f81bcff85b87b75113a90abad356a /jobs/generated/administrative_contact.h | |
parent | 0b5f0deb773f850d1b905fafc656f67f5b63de24 (diff) | |
download | libquotient-04c53826b0694dee38010b2f5116db6cf2e9b221.tar.gz libquotient-04c53826b0694dee38010b2f5116db6cf2e9b221.zip |
jobs/generated: Polish formatting; other minor cleanup
Diffstat (limited to 'jobs/generated/administrative_contact.h')
-rw-r--r-- | jobs/generated/administrative_contact.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jobs/generated/administrative_contact.h b/jobs/generated/administrative_contact.h index fa6beba9..67563719 100644 --- a/jobs/generated/administrative_contact.h +++ b/jobs/generated/administrative_contact.h @@ -2,7 +2,6 @@ * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ - #pragma once #include "../basejob.h" @@ -34,13 +33,13 @@ namespace QMatrixClient ~GetAccount3PIDsJob() override; const QVector<ThirdPartyIdentifier>& threepids() const; - + protected: Status parseJson(const QJsonDocument& data) override; - + private: class Private; - Private* d; + QScopedPointer<Private> d; }; class Post3PIDsJob : public BaseJob |