diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-19 12:12:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-19 12:12:01 +0000 |
| commit | 8e0ab80930d39a005f8dc7692f871e7fbe5e3723 (patch) | |
| tree | 68ac6d17d2a3a9b4bdd935c8044752cfb1bd3df4 /src/lib/job.h | |
| parent | 830acd944e1a194d8639f51cd72d3839ecd0ecfe (diff) | |
Put DCP name in JSON.
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 489464558..5e3127dc1 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -78,6 +78,10 @@ public: return !_progress; } + boost::shared_ptr<const Film> film () const { + return _film; + } + boost::signals2::signal<void()> Progress; /** Emitted from the UI thread when the job is finished */ boost::signals2::signal<void()> Finished; |
