diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-19 17:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 86a866d5f3f5bf2fec67d1c813524479c6727eab (patch) | |
| tree | d6399fb66872751ed10a0c2db0e143dea32c627e /src/lib/playlist.h | |
| parent | 046d84f45621f7e128cb30160a315f98881c6f4b (diff) | |
Clean up access to stuff from Film.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index d7db75d0f..b6e23b4a5 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -78,6 +78,8 @@ public: /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */ mutable boost::signals2::signal<void (ChangeType)> Change; mutable boost::signals2::signal<void ()> OrderChanged; + /** Emitted when the length might have changed; may sometimes be emitted when it has not */ + mutable boost::signals2::signal<void ()> LengthChange; mutable boost::signals2::signal<void (ChangeType, boost::weak_ptr<Content>, int, bool)> ContentChange; |
