diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-20 23:57:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-20 23:57:23 +0100 |
| commit | 69812a7d02f5714a80a0a131b96f5f76a8f3c3a3 (patch) | |
| tree | 1a7eeac86387b96fdeaf4d5df598e717c8e2101a /src/lib/job.h | |
| parent | 0082d0c784a83746d883182ce49ea298f7a1390e (diff) | |
Remove polling from JobManagerView and use signals instead (fixes #137).
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 716b0c5c6..343d40095 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -71,6 +71,7 @@ public: void descend (float); float overall_progress () const; + boost::signals2::signal<void()> Progress; /** Emitted from the UI thread when the job is finished */ boost::signals2::signal<void()> Finished; |
