X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplaylist.h;h=921637bc3a6d8e6cfcfea9535aae3ae3fc963701;hb=9a97c1b4116d7fb80e8ab145c0cc738dbf14d617;hp=0dd2370a8c6e36c8ba805190a3524c4f06031e6a;hpb=bb949ec65adf95f4a2c7dd5ee7e97b9daaaf3d3f;p=dcpomatic.git 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 */