aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/SignersPicker.h')
-rw-r--r--src/ui/dialog/SignersPicker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/SignersPicker.h b/src/ui/dialog/SignersPicker.h
index 034bf4ab..6768b816 100644
--- a/src/ui/dialog/SignersPicker.h
+++ b/src/ui/dialog/SignersPicker.h
@@ -29,6 +29,7 @@
#pragma once
#include "GpgFrontendUI.h"
+#include "core/GpgModel.h"
#include "ui/dialog//GeneralDialog.h"
namespace GpgFrontend::UI {
@@ -55,7 +56,7 @@ class SignersPicker : public GeneralDialog {
*
* @return GpgFrontend::KeyIdArgsListPtr
*/
- GpgFrontend::KeyIdArgsListPtr GetCheckedSigners();
+ KeyIdArgsListPtr GetCheckedSigners();
/**
*