diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-08 23:54:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-08 23:54:10 +0000 |
| commit | 81c317f71b4150f9ba6299190d5272837c548ef1 (patch) | |
| tree | d13502dcb65bdc534fa0124aaae3e866a5234de5 /src/lib/text_subtitle.h | |
| parent | 160a401d16e3962b10f3105e00992936a8188424 (diff) | |
When doing jump-to-selected jump to the first subtitle in TextSubtitleContent (#1160).
Diffstat (limited to 'src/lib/text_subtitle.h')
| -rw-r--r-- | src/lib/text_subtitle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_subtitle.h b/src/lib/text_subtitle.h index c02f7a14b..94adb5cc5 100644 --- a/src/lib/text_subtitle.h +++ b/src/lib/text_subtitle.h @@ -37,6 +37,7 @@ class TextSubtitle public: TextSubtitle (boost::shared_ptr<const TextSubtitleContent>); + boost::optional<ContentTime> first () const; ContentTime length () const; protected: |
