Rearrange checking (and re-examining) content.
[dcpomatic.git] / src / lib / check_content_change_job.h
index 739d2651f426c535d3fde8f383f07a3a612132d7..b3cdf594c1076d762bef89ea43a3e8fcf228e7f7 100644 (file)
 class CheckContentChangeJob : public Job
 {
 public:
-       CheckContentChangeJob (std::shared_ptr<const Film>, std::shared_ptr<Job> following = std::shared_ptr<Job>(), bool gui = true);
+       CheckContentChangeJob (std::shared_ptr<const Film>);
        ~CheckContentChangeJob ();
 
        std::string name () const;
        std::string json_name () const;
        void run ();
-
-private:
-       std::shared_ptr<Job> _following;
-       bool _gui;
 };