aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/ADSKsPicker.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-16 00:53:22 +0000
committersaturneric <[email protected]>2025-04-16 00:53:22 +0000
commit2027237de006cb9fa40a73365cbbc8911572969c (patch)
tree4c05dec8b1d7ae7b2afa3b7056052cb7968af9f8 /src/ui/dialog/ADSKsPicker.h
parentfeat: support key groups (diff)
downloadGpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.tar.gz
GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.zip
fix: found bugs
Diffstat (limited to 'src/ui/dialog/ADSKsPicker.h')
-rw-r--r--src/ui/dialog/ADSKsPicker.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ui/dialog/ADSKsPicker.h b/src/ui/dialog/ADSKsPicker.h
index e5c08c9c..59c7b06b 100644
--- a/src/ui/dialog/ADSKsPicker.h
+++ b/src/ui/dialog/ADSKsPicker.h
@@ -54,18 +54,8 @@ class ADSKsPicker : public GeneralDialog {
const GpgKeyTreeProxyModel::KeyFilter& filter,
QWidget* parent = nullptr);
- /**
- * @brief Get the Checked Signers object
- *
- * @return GpgFrontend::KeyIdArgsListPtr
- */
- auto GetCheckedSubkeys() -> QContainer<GpgSubKey>;
-
- /**
- *
- * @return
- */
- [[nodiscard]] auto GetStatus() const -> bool;
+ signals:
+ void SignalSubkeyChecked(QContainer<GpgSubKey>);
private:
KeyTreeView* tree_view_; ///<