X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplaylist.h;h=444eb9ae5ebb5ae1aac34932440025c92c3f8b43;hb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;hp=a985bf93da07669795394e468d4c682c2d2ea3e2;hpb=de68adffc0311511568484e9ab713bee8826ec2d;p=dcpomatic.git diff --git a/src/lib/playlist.h b/src/lib/playlist.h index a985bf93d..444eb9ae5 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -57,7 +57,7 @@ public: ~Playlist (); void as_xml (xmlpp::Node *); - void set_from_xml (boost::shared_ptr, boost::shared_ptr, int); + void set_from_xml (boost::shared_ptr, boost::shared_ptr, int, std::list &); void add (boost::shared_ptr); void remove (boost::shared_ptr); @@ -82,8 +82,6 @@ public: void repeat (ContentList, int); - bool content_paths_valid () const; - mutable boost::signals2::signal Changed; /** Third parameter is true if signals are currently being emitted frequently */ mutable boost::signals2::signal, int, bool)> ContentChanged;