diff options
author | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
commit | 2027237de006cb9fa40a73365cbbc8911572969c (patch) | |
tree | 4c05dec8b1d7ae7b2afa3b7056052cb7968af9f8 /src/ui/dialog/ADSKsPicker.h | |
parent | feat: support key groups (diff) | |
download | GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.tar.gz GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.zip |
fix: found bugs
Diffstat (limited to 'src/ui/dialog/ADSKsPicker.h')
-rw-r--r-- | src/ui/dialog/ADSKsPicker.h | 14 |
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_; ///< |