summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-14 10:49:50 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-14 12:55:36 +0200
commitf0c9eb891bed55ddc1afe13a87a997f68fd706be (patch)
tree4bf4a759c4c152ef093dcd5fd925ea96b03bb7c0 /src/lib/player.h
parentdff5862bd740981e23234a74f4658df9f4b8ae9c (diff)
Cleanup: use ChangeSignaller in player.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 3dbc1c034..7f30bf88c 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -99,6 +99,8 @@ public:
boost::optional<dcpomatic::DCPTime> content_time_to_dcp (std::shared_ptr<const Content> content, dcpomatic::ContentTime t) const;
boost::optional<dcpomatic::ContentTime> dcp_to_content_time (std::shared_ptr<const Content> content, dcpomatic::DCPTime t) const;
+ void signal_change(ChangeType type, int property);
+
/** First parameter is PENDING, DONE or CANCELLED.
* Second parameter is the property.
* Third parameter is true if these signals are currently likely to be frequent.