summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-25 19:27:58 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-25 19:27:58 +0000
commit8bfb6ae0780b0bf3318c345df78518ad3fabc9fc (patch)
treec423e4619fff25b91f85eaa5f4509dc26fda218c /src/lib/job.h
parentd371988d26f8c9c4240dc3794df044cbe95d5d0d (diff)
Tidy up creation of analysis a bit.
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h1
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: