diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-25 19:27:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-25 19:27:58 +0000 |
| commit | 8bfb6ae0780b0bf3318c345df78518ad3fabc9fc (patch) | |
| tree | c423e4619fff25b91f85eaa5f4509dc26fda218c /src/lib/job.h | |
| parent | d371988d26f8c9c4240dc3794df044cbe95d5d0d (diff) | |
Tidy up creation of analysis a bit.
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 1538e2779..c98dbaea1 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -65,6 +65,7 @@ public: void descend (float); float overall_progress () const; + /** Emitted by the JobManagerView from the UI thread */ boost::signals2::signal<void()> Finished; protected: |
