diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:55:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-03 22:26:16 +0200 |
| commit | cacb0750b9e6efbefa5ffa33a0df9552db5483db (patch) | |
| tree | 98deb6fb61004f9c1dadca65bf3f74c3a15929ad /src/wx/kdm_output_panel.h | |
| parent | 2bdee4f8e7712c50125b296a50c967101e619f94 (diff) | |
Allow sending KDMs to more emails (#2244).
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 872d23a8f..9c30e286c 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -67,6 +67,7 @@ private: void advanced_clicked (); void write_to_changed (); void email_changed (); + void add_email_addresses_clicked (); KDMChoice* _type; NameFormatEditor* _container_name_format; @@ -84,4 +85,5 @@ private: bool _forensic_mark_video; bool _forensic_mark_audio; boost::optional<int> _forensic_mark_audio_up_to; + std::vector<std::string> _extra_addresses; }; |
