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/whoami.cpp | |
parent | 0b5f0deb773f850d1b905fafc656f67f5b63de24 (diff) | |
download | libquotient-04c53826b0694dee38010b2f5116db6cf2e9b221.tar.gz libquotient-04c53826b0694dee38010b2f5116db6cf2e9b221.zip |
jobs/generated: Polish formatting; other minor cleanup
Diffstat (limited to 'jobs/generated/whoami.cpp')
-rw-r--r-- | jobs/generated/whoami.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/jobs/generated/whoami.cpp b/jobs/generated/whoami.cpp index dce091ec..d4da99d4 100644 --- a/jobs/generated/whoami.cpp +++ b/jobs/generated/whoami.cpp @@ -2,7 +2,6 @@ * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ - #include "whoami.h" #include "converters.h" @@ -26,10 +25,7 @@ GetTokenOwnerJob::GetTokenOwnerJob() ), d(new Private) { } -GetTokenOwnerJob::~GetTokenOwnerJob() -{ - delete d; -} +GetTokenOwnerJob::~GetTokenOwnerJob() = default; const QString& GetTokenOwnerJob::userId() const { |