More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / film.h
index 7fdd4d269eaa8c679002a13bdb3f81c4a8cc743b..b77ce7a7651099dfd4334381002613b824207af4 100644 (file)
@@ -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;