summaryrefslogtreecommitdiff
path: root/src/wx/recipients_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-27 00:26:43 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-27 00:30:25 +0100
commit59f99b9b81c13941bb663a33539087019d65ff07 (patch)
tree285cc47a47f79edec85045b91ea31c2883b2019b /src/wx/recipients_panel.h
parentce01ccc1aa871d299ad96683055c4e06a355efb9 (diff)
Make RecipientsPanel::recipients() return selected recipients, not all.
Diffstat (limited to 'src/wx/recipients_panel.h')
-rw-r--r--src/wx/recipients_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/recipients_panel.h b/src/wx/recipients_panel.h
index d252b8d06..cecfa3d33 100644
--- a/src/wx/recipients_panel.h
+++ b/src/wx/recipients_panel.h
@@ -44,7 +44,9 @@ public:
void setup_sensitivity ();
+ /** @return List of selected recipients */
std::list<DKDMRecipient> recipients() const;
+
boost::signals2::signal<void ()> RecipientsChanged;
private: