aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/SignersPicker.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/SignersPicker.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ui/widgets/SignersPicker.h b/src/ui/widgets/SignersPicker.h
index 17c57e62..278e0142 100644
--- a/src/ui/widgets/SignersPicker.h
+++ b/src/ui/widgets/SignersPicker.h
@@ -27,7 +27,6 @@
#include "GpgFrontend.h"
#include "gpg/GpgContext.h"
-
#include "ui/widgets/KeyList.h"
namespace GpgFrontend::UI {
@@ -36,13 +35,11 @@ class SignersPicker : public QDialog {
Q_OBJECT
public:
- explicit SignersPicker(GpgFrontend::GpgContext* ctx,
- QWidget* parent = nullptr);
+ explicit SignersPicker(QWidget* parent = nullptr);
- void getCheckedSigners(QVector<GpgKey>& keys);
+ GpgFrontend::KeyIdArgsListPtr getCheckedSigners();
private:
- GpgFrontend::GpgContext* mCtx;
KeyList* mKeyList;
};