diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-02 09:32:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-03 22:46:26 +0200 |
| commit | 608e58c2a27fec6fdb6f4f51a1ba3233387367c7 (patch) | |
| tree | ead651e25564b1a171f4ace1ab8e83e4b2bf4650 /src/wx/upload_destination_panel.h | |
| parent | f7cc496189ee73e0e19e45080a1effd2b41f31b5 (diff) | |
wip: use same ui in prefs + upload dlguploader
Diffstat (limited to 'src/wx/upload_destination_panel.h')
| -rw-r--r-- | src/wx/upload_destination_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/upload_destination_panel.h b/src/wx/upload_destination_panel.h index 05d854885..c65967e3c 100644 --- a/src/wx/upload_destination_panel.h +++ b/src/wx/upload_destination_panel.h @@ -36,6 +36,8 @@ public: std::vector<UploadDestination> destinations() const; + void set_selected(std::vector<std::string> const& selected); + boost::signals2::signal<void ()> DestinationsChanged; private: |
