From 961754d68b85324091e29d8e8eb19c4fdf32abe6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Nov 2025 09:07:27 +0100 Subject: wip: hacks --- src/lib/film.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/film.h') diff --git a/src/lib/film.h b/src/lib/film.h index 08f639db9..f763b7158 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -434,10 +434,10 @@ public: boost::filesystem::path info_file(dcpomatic::DCPTimePeriod p) const; /** Emitted when some property has of the Film is about to change or has changed */ - mutable boost::signals2::signal Change; + mutable boost::signals2::signal Change; /** Emitted when some property of our content has changed */ - mutable boost::signals2::signal ContentChange; + mutable boost::signals2::signal ContentChange; /** Emitted when the film's length might have changed; this is not like a normal property as its value is derived from the playlist, so it has its own signal. @@ -464,11 +464,11 @@ private: friend struct ::recover_test_2d_encrypted; template friend class ChangeSignalDespatcher; - void signal_change(ChangeType, FilmProperty); - void signal_change(ChangeType, int); - void playlist_change(ChangeType); + void signal_change(ChangeType, FilmProperty, int id); + void signal_change(ChangeType, int, int id); + void playlist_change(ChangeType, int id); void playlist_order_changed(); - void playlist_content_change(ChangeType type, int, bool frequent); + void playlist_content_change(ChangeType type, int, bool frequent, int id); void playlist_length_change(); void maybe_add_content(std::weak_ptr, std::vector> const& weak_content, bool disable_audio_analysis); void audio_analysis_finished(); -- cgit v1.2.3