From: Carl Hetherington Date: Sun, 13 Jun 2021 18:28:17 +0000 (+0200) Subject: Comment fixes. X-Git-Tag: v2.15.155~10 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1284c2d02a367afaeb18acc2138293e8bdf724ae Comment fixes. --- diff --git a/src/lib/content.h b/src/lib/content.h index 567cd5c1f..550b3cd9c 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -191,7 +191,7 @@ public: std::string calculate_digest () const; - /* CHANGE_TYPE_PENDING and CHANGE_TYPE_CANCELLED may be emitted from any thread; CHANGE_TYPE_DONE always from GUI thread */ + /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread */ boost::signals2::signal, int, bool)> Change; std::shared_ptr video; diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 0dd2370a8..921637bc3 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -83,7 +83,7 @@ public: void repeat (std::shared_ptr film, ContentList, int); - /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */ + /** Emitted when content has been added to or removed from the playlist; implies OrderChange */ mutable boost::signals2::signal Change; mutable boost::signals2::signal OrderChange; /** Emitted when the length might have changed; may sometimes be emitted when it has not */