diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-16 20:53:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 20:53:44 +0100 |
| commit | b8f53a53e5648340a5b33b04c412e85d4ccd71c0 (patch) | |
| tree | 73b16ac2d56daa7ece885ea0deeb0374fb87d4ca /src/wx/screen_dialog.h | |
| parent | 275c1e78c022e5d8c41e4f718fab2c355f41f785 (diff) | |
Add set_recipient_file().
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 517218669..e623f3889 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -60,6 +60,7 @@ private: void download_recipient (); void setup_sensitivity (); void set_recipient (boost::optional<dcp::Certificate>); + void set_recipient_file(std::string file); void set_trusted_devices (std::vector<TrustedDevice> d) { _trusted_devices = d; |
