aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/whoami.h
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/generated/whoami.h')
-rw-r--r--jobs/generated/whoami.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/jobs/generated/whoami.h b/jobs/generated/whoami.h
index 1b04f337..21cb1a17 100644
--- a/jobs/generated/whoami.h
+++ b/jobs/generated/whoami.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
~GetTokenOwnerJob() override;
const QString& userId() const;
-
+
protected:
Status parseJson(const QJsonDocument& data) override;
-
+
private:
class Private;
- Private* d;
+ QScopedPointer<Private> d;
};
} // namespace QMatrixClient