From ddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Jan 2026 11:11:14 +0100 Subject: White space: screen_dialog.{cc,h} --- src/wx/screen_dialog.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/wx/screen_dialog.h') diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index f8bc2ddaf..5f60a0414 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -36,7 +36,7 @@ class TrustedDeviceDialog; class ScreenDialog : public wxDialog { public: - ScreenDialog ( + ScreenDialog( wxWindow *, wxString, std::string name = "", @@ -46,23 +46,23 @@ public: std::vector d = {} ); - std::string name () const; - std::string notes () const; - boost::optional recipient () const; - boost::optional recipient_file () const; - std::vector trusted_devices () { + std::string name() const; + std::string notes() const; + boost::optional recipient() const; + boost::optional recipient_file() const; + std::vector trusted_devices() { return _trusted_devices; } private: - void get_recipient_from_file (); - void load_recipient (boost::filesystem::path); - void download_recipient (); - void setup_sensitivity (); - void set_recipient (boost::optional); + void get_recipient_from_file(); + void load_recipient(boost::filesystem::path); + void download_recipient(); + void setup_sensitivity(); + void set_recipient(boost::optional); void set_recipient_file(std::string file); - void set_trusted_devices (std::vector d) { + void set_trusted_devices(std::vector d) { _trusted_devices = d; } -- cgit v1.2.3