diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-19 10:47:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-19 10:47:11 +0000 |
| commit | b5b20f829ed95febe7aba55ebe3679c998b35b5e (patch) | |
| tree | fa4013a9646aee272ac8e7474275e2ad07cfec3e /src/lib/examine_content_job.cc | |
| parent | 6a15d65585af0e19b72200d1fd67e256cd1a7c6c (diff) | |
Add some basic JSON stuff.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index cbf180ffc..8f16e2e5c 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -46,6 +46,12 @@ ExamineContentJob::name () const return _("Examine content"); } +string +ExamineContentJob::json_name () const +{ + return N_("examine_content"); +} + void ExamineContentJob::run () { |
