diff options
Diffstat (limited to 'src/ui/struct/GpgOperaResult.h')
-rw-r--r-- | src/ui/struct/GpgOperaResult.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/struct/GpgOperaResult.h b/src/ui/struct/GpgOperaResult.h index e3bfd61a..7ee6ad37 100644 --- a/src/ui/struct/GpgOperaResult.h +++ b/src/ui/struct/GpgOperaResult.h @@ -1,5 +1,3 @@ -#include <utility> - /** * Copyright (C) 2021-2024 Saturneric <[email protected]> * @@ -37,8 +35,7 @@ struct GpgOperaResult { QString report; QString tag; - GpgOperaResult(int status, QString report, QString tag) - : status(status), report(std::move(report)), tag(std::move(tag)) {} + GpgOperaResult(int status, QString report, QString tag); }; } // namespace GpgFrontend::UI
\ No newline at end of file |