X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fsend_problem_report_job.h;h=8c4d9db253a6d02e116333ee791a23ecac63c0ac;hb=d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5;hp=d77eec5445ca347a8c621ef1ff39e33be4bfa4a9;hpb=009e4abb14cfcaecc0de8fab179adc7bd5feffd4;p=dcpomatic.git diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h index d77eec544..8c4d9db25 100644 --- a/src/lib/send_problem_report_job.h +++ b/src/lib/send_problem_report_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,9 +17,9 @@ */ -#include -#include #include "job.h" +#include +#include class SendProblemReportJob : public Job { @@ -31,6 +31,7 @@ public: ); std::string name () const; + std::string json_name () const; void run (); private: