X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=649768c7a620141c0ddb6d4ed7040d2c98b4fef4;hb=4408e6eea87ce9630e71e4a7d40e2dade091b0ee;hp=c6c8403cb793d9245a53b39e7c8ae388c7aa0b08;hpb=67c604d3fa2391b98ea436e2c6412f1c83a98f77;p=dcpomatic.git 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 Changed; + /** Emitted when some property has of the Film is about to change or has changed */ + mutable boost::signals2::signal Change; /** Emitted when some property of our content has changed */ mutable boost::signals2::signal, int, bool)> ContentChange;