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