summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index 5a4775180..791a9101b 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -71,7 +71,7 @@ public:
void descend (float);
float overall_progress () const;
- /** Emitted by the JobManagerView from the UI thread */
+ /** Emitted from the UI thread when the job is finished */
boost::signals2::signal<void()> Finished;
protected: