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:
parent
18bcad6f99
commit
1fa72bd3f0
3 changed files with 13 additions and 10 deletions
|
@ -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 &);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue