aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/administrative_contact.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-03 12:11:16 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-03 12:13:30 +0900
commit04c53826b0694dee38010b2f5116db6cf2e9b221 (patch)
treeafdb71dc626f81bcff85b87b75113a90abad356a /jobs/generated/administrative_contact.h
parent0b5f0deb773f850d1b905fafc656f67f5b63de24 (diff)
downloadlibquotient-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.h7
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