Extract part of the content change job to Content.
[dcpomatic.git] / src / lib / content.h
index 550b3cd9cf52770e7a9acb7786a86dac3829130d..d17b0d0e5a22f86360e8a678073add3a620f9084 100644 (file)
@@ -202,6 +202,9 @@ public:
        std::shared_ptr<TextContent> only_text () const;
        std::shared_ptr<TextContent> 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<const Film> film, std::list<UserProperty> &) const;