From: Carl Hetherington Date: Wed, 19 Apr 2023 21:53:14 +0000 (+0200) Subject: Add a comment. X-Git-Tag: v2.16.54~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=bb2924236bc100d6f98b7778bae31aeee48637fa Add a comment. --- diff --git a/src/lib/font.h b/src/lib/font.h index 24d8ed2bb..55c4249cc 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2021 Carl Hetherington + Copyright (C) 2014-2023 Carl Hetherington This file is part of DCP-o-matic. @@ -71,6 +71,9 @@ public: Changed (); } + /** @return the data set passed to the dcp::ArrayData constructor, + * otherwise the contents of _file, otherwise boost::none. + */ boost::optional data() const; boost::signals2::signal Changed;