OTHER: Update promoe to the latest api change (currentPos)

At the moment the api change has not yet reached the c++ bindings in
xmms2-devel.
get patch for bug #1973 if necessary
This commit is contained in:
Thomas Frauendorfer 2008-05-19 16:44:50 +02:00
parent 18bcad6f99
commit 1fa72bd3f0
3 changed files with 13 additions and 10 deletions

View file

@ -130,8 +130,11 @@ 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);
#if (XMMS_IPC_PROTOCOL_VERSION > 10)
bool handle_update_pos (const Xmms::Dict &pos);
#else
bool handle_update_pos (const unsigned int &pos);
#endif
bool handle_pls_loaded (const std::string &);
bool handle_current_pls (const std::string &);