diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-05 23:17:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-05 23:17:16 +0000 |
| commit | d26296467bbf6bd1b2300dd862ce55fcd7f3d624 (patch) | |
| tree | 125284d4686aa58710ce841a77da9b0f762af857 /src/wx/content_panel.h | |
| parent | 249ae25148213a2ab5d76980133182e7f2521524 (diff) | |
Add simple copy and paste for content settings (#1051).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index cf5782baa..475567d28 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -70,6 +70,8 @@ public: void add_file_clicked (); bool remove_clicked (bool hotkey); + boost::signals2::signal<void (void)> SelectionChanged; + private: void selection_changed (); void add_folder_clicked (); |
