aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/function/GenerateRevokeCertification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/function/GenerateRevokeCertification.h')
-rw-r--r--src/ui/function/GenerateRevokeCertification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/function/GenerateRevokeCertification.h b/src/ui/function/GenerateRevokeCertification.h
index 0269a8a7..edc0161b 100644
--- a/src/ui/function/GenerateRevokeCertification.h
+++ b/src/ui/function/GenerateRevokeCertification.h
@@ -38,7 +38,7 @@ class GenerateRevokeCertification : public QWidget {
public:
explicit GenerateRevokeCertification(QWidget* parent);
- auto Exec(const GpgKey& key, const std::string& output_path) -> int;
+ auto Exec(const GpgKey& key, const QString& output_path) -> int;
};
} // namespace GpgFrontend::UI