X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=4b813bca4bbab1ade3888e19507d8ba269725015;hb=5b3e3df6c9352e31dd932a5af215eabbf2cf27c8;hp=f0d9eae930c9ce6d8ef7ef6ac8d876240ca793d0;hpb=c008066160d85b9ec9e5485375d7baaa5d27bda2;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index f0d9eae93..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 calculate_digest); + 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 _calculate_digest; };