Comment fixes.
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Jun 2021 18:28:17 +0000 (20:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Jun 2021 18:28:17 +0000 (20:28 +0200)
src/lib/content.h
src/lib/playlist.h

index 567cd5c1f78c68901ef13cdbfcf6ff49ed81fc34..550b3cd9cf52770e7a9acb7786a86dac3829130d 100644 (file)
@@ -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<void (ChangeType, std::weak_ptr<Content>, int, bool)> Change;
 
        std::shared_ptr<VideoContent> video;
index 0dd2370a8c6e36c8ba805190a3524c4f06031e6a..921637bc3a6d8e6cfcfea9535aae3ae3fc963701 100644 (file)
@@ -83,7 +83,7 @@ public:
 
        void repeat (std::shared_ptr<const Film> 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<void (ChangeType)> Change;
        mutable boost::signals2::signal<void ()> OrderChange;
        /** Emitted when the length might have changed; may sometimes be emitted when it has not */