X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=d17b0d0e5a22f86360e8a678073add3a620f9084;hp=550b3cd9cf52770e7a9acb7786a86dac3829130d;hb=07b21bb92a8d54c6c03de9aadc63ab93b65d9bc5;hpb=121988b23c485ccb5ac8220c1776d10cb33e0db7 diff --git a/src/lib/content.h b/src/lib/content.h index 550b3cd9c..d17b0d0e5 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -202,6 +202,9 @@ public: std::shared_ptr only_text () const; std::shared_ptr text_of_original_type (TextType type) const; + /** @return true if this content has changed since it was last examined */ + bool changed () const; + protected: virtual void add_properties (std::shared_ptr film, std::list &) const;