diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 13:55:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 13:55:46 +0100 |
| commit | 4408e6eea87ce9630e71e4a7d40e2dade091b0ee (patch) | |
| tree | 634dd286de7ee2b18cbdc6bcb8837b52b2f8655f /src/lib/film.h | |
| parent | 67c604d3fa2391b98ea436e2c6412f1c83a98f77 (diff) | |
Similar pending/done for Film::Change.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index c6c8403cb..649768c7a 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -323,8 +323,8 @@ public: void set_reel_length (int64_t); void set_upload_after_make_dcp (bool); - /** Emitted when some property has of the Film has changed */ - mutable boost::signals2::signal<void (Property)> Changed; + /** Emitted when some property has of the Film is about to change or has changed */ + mutable boost::signals2::signal<void (ChangeType, Property)> Change; /** Emitted when some property of our content has changed */ mutable boost::signals2::signal<void (ChangeType, boost::weak_ptr<Content>, int, bool)> ContentChange; |
