X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=8f16e2e5c0c069e2ab601c4bf91cec39c1e3cebc;hb=eed40e4e5ca46bbc31a9833d2b766c96c11b0254;hp=3cab9716de3783576d92cd9e441d50e6d1765df8;hpb=5fd5e78c51bd5630f6777001db5aa25103218c22;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 3cab9716d..8f16e2e5c 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -26,6 +26,7 @@ #include "i18n.h" using std::string; +using std::cout; using boost::shared_ptr; ExamineContentJob::ExamineContentJob (shared_ptr f, shared_ptr c) @@ -45,6 +46,12 @@ ExamineContentJob::name () const return _("Examine content"); } +string +ExamineContentJob::json_name () const +{ + return N_("examine_content"); +} + void ExamineContentJob::run () {