X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=4b813bca4bbab1ade3888e19507d8ba269725015;hb=9394ce6d3b840ec0af141d6435f394a5ad85c2ed;hp=dc0d53ffff2e03650c611b067d18d61abe5a18d0;hpb=28dbf4fd074d2046a3c8ddebac9a537a80fd457a;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index dc0d53fff..4b813bca4 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -17,23 +17,22 @@ */ -#include #include "job.h" +#include class Content; -class Log; class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr, boost::shared_ptr, bool); + ExamineContentJob (boost::shared_ptr, boost::shared_ptr); ~ExamineContentJob (); std::string name () const; + std::string json_name () const; void run (); private: boost::shared_ptr _content; - bool _quick; };