BUG(1963): update promoe to playlist position broadcast

Promoe should still compile with DrK. If you compile against -devel,
you need the fix for Bug 1965 from xmms2-eclipser.git
This commit is contained in:
Thomas Frauendorfer 2008-05-14 17:51:36 +02:00
parent 38431358ae
commit ca0582e1cc
3 changed files with 24 additions and 0 deletions

View file

@ -130,6 +130,7 @@ class PlaylistModel : public QAbstractItemModel
private:
bool handle_list (const Xmms::List< unsigned int > &list);
bool handle_change (const Xmms::Dict &chg);
bool handle_update_positions (const Xmms::Dict &pos);
bool handle_update_pos (const unsigned int &pos);
bool handle_pls_loaded (const std::string &);
bool handle_current_pls (const std::string &);