diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-29 22:02:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-29 22:02:19 +0100 |
| commit | e00b9850a7336b7db0aee058fe12f576db5f84a3 (patch) | |
| tree | 390f055e9b70fc41a4e9eff851f931e1a8a2609f /src/wx/content_panel.h | |
| parent | 362443f12f6614404fe668b309f91099e3a83d51 (diff) | |
Basic jump to selected subtitle (#1200).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 15e0fb6e1..c5378fc36 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -71,6 +71,10 @@ public: bool remove_clicked (bool hotkey); void timeline_clicked (); + FilmViewer* film_viewer () const { + return _film_viewer; + } + boost::signals2::signal<void (void)> SelectionChanged; private: |
