aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/GpgOperaResult.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-27 15:39:09 +0000
committersaturneric <[email protected]>2025-01-27 15:39:09 +0000
commitaf1870fd422fc615a7039b998f505f100e98474a (patch)
tree5453ac586ce694863ecf438136614d3675b83aca /src/ui/struct/GpgOperaResult.h
parentfeat: allow changing sort options by ui at file page (diff)
downloadGpgFrontend-af1870fd422fc615a7039b998f505f100e98474a.tar.gz
GpgFrontend-af1870fd422fc615a7039b998f505f100e98474a.zip
fix: kill all gnupg daemons in a proper way
Diffstat (limited to 'src/ui/struct/GpgOperaResult.h')
-rw-r--r--src/ui/struct/GpgOperaResult.h5
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