X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=27be4331c6c3d3a1c60be34c57894047352b85d5;hb=63ea6b6c5ee64f8ee067c2b488d004b6dfe363e0;hp=384cf85109757e73fbbad4b6cf197a3410738d9c;hpb=977b36672892b14de4ecb68e98415c64946e8a93;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 384cf8510..27be4331c 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -30,6 +30,7 @@ #include #include #include +#include extern "C" { #include } @@ -376,7 +377,7 @@ public: void set_frames_per_second (float); /** Emitted when some property has changed */ - mutable sigc::signal1 Changed; + mutable boost::signals2::signal Changed; private: @@ -387,9 +388,12 @@ private: boost::shared_ptr _examine_content_job; std::string thumb_file_for_frame (int) const; + std::string thumb_file_for_frame_locked (int) const; std::string thumb_base_for_frame (int) const; + std::string thumb_base_for_frame_locked (int) const; void signal_changed (Property); std::string file_locked (std::string) const; + std::string dir_locked (std::string d) const; void examine_content_finished (); /** Complete path to directory containing the film metadata;