diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-21 12:52:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-21 12:52:50 +0100 |
| commit | 01791aac0b11e9f296cd31a7803e287203bd8355 (patch) | |
| tree | 04e200b8765d06f483476211f62341178ccb013e /src/lib/job.h | |
| parent | 8db8de91e2a5489da345fae7544753f4cb2f5ab4 (diff) | |
Fix tests.
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 2 |
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: |
