diff options
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_; ///< |