X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fjob.cc;h=31f336b6565500633c5479e1d01ba85c155a927f;hb=6ab8e99f22bfe61bddbd204d4265071729c1f37d;hp=dacc8bf311e4eb1fcbec1f4026d77b0395ecce2e;hpb=b3234e76d2f614c2b05034c0bdae8d5a4e9de9ea;p=dcpomatic.git diff --git a/src/lib/job.cc b/src/lib/job.cc index dacc8bf31..31f336b65 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -302,6 +302,7 @@ Job::check_for_interruption_or_pause () /** Set the progress of the current part of the job. * @param p Progress (from 0 to 1) + * @param force Do not ignore this update, even if it hasn't been long since the last one. */ void Job::set_progress (float p, bool force) @@ -374,7 +375,8 @@ Job::error_summary () const } /** Set the current error string. - * @param e New error string. + * @param s New error string. + * @param d New error detail string. */ void Job::set_error (string s, string d)