X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=8f16e2e5c0c069e2ab601c4bf91cec39c1e3cebc;hb=e8c1880a2b9a40eb11ee259feee3edd799139a43;hp=6d5f4faf9e690b754e621883452a1253234c775b;hpb=64a2f1bb6a7b972607fa363631ef7a47444e8217;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 6d5f4faf9..8f16e2e5c 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -21,13 +21,15 @@ #include "examine_content_job.h" #include "log.h" #include "content.h" +#include "film.h" #include "i18n.h" using std::string; +using std::cout; using boost::shared_ptr; -ExamineContentJob::ExamineContentJob (shared_ptr f, shared_ptr c) +ExamineContentJob::ExamineContentJob (shared_ptr f, shared_ptr c) : Job (f) , _content (c) { @@ -44,6 +46,12 @@ ExamineContentJob::name () const return _("Examine content"); } +string +ExamineContentJob::json_name () const +{ + return N_("examine_content"); +} + void ExamineContentJob::run () {