diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-31 17:04:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-31 17:04:18 +0000 |
| commit | 9fa17d52810490359f899cc0cbdb4c25ac74bc92 (patch) | |
| tree | 6e23785f15a9438d884af3a174bdb966e69f7a8c /src/lib/film.h | |
| parent | 2eeb503962f31665a19bee24e2e46840f7086f33 (diff) | |
Check consistency of refer-to-DCP settings after adding content (#1456).
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 7fdd4d269..b77ce7a76 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -334,6 +334,9 @@ public: /** Emitted when some property of our content has changed */ mutable boost::signals2::signal<void (ChangeType, boost::weak_ptr<Content>, int, bool)> ContentChange; + /** Emitted when we have something important to tell the user */ + boost::signals2::signal<void (std::string)> Message; + /** Current version number of the state file */ static int const current_state_version; |
