Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / check_content_change_job.h
index da9c5cb20be0d0aa71186956621fb8fd7fbeba82..152cdb9e7338f11f0a174333555476e3005be38f 100644 (file)
@@ -27,7 +27,8 @@
 class CheckContentChangeJob : public Job
 {
 public:
-       CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>());
+       CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = true);
+       ~CheckContentChangeJob ();
 
        std::string name () const;
        std::string json_name () const;
@@ -35,4 +36,5 @@ public:
 
 private:
        boost::shared_ptr<Job> _following;
+       bool _gui;
 };