From bb2924236bc100d6f98b7778bae31aeee48637fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Apr 2023 23:53:14 +0200 Subject: [PATCH] Add a comment. --- src/lib/font.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.30.2