summaryrefslogtreecommitdiff
path: root/src/wx/upload_destination_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-02 09:32:35 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-03 22:46:26 +0200
commit608e58c2a27fec6fdb6f4f51a1ba3233387367c7 (patch)
treeead651e25564b1a171f4ace1ab8e83e4b2bf4650 /src/wx/upload_destination_panel.h
parentf7cc496189ee73e0e19e45080a1effd2b41f31b5 (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.h2
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: