Playlist "works"

This commit is contained in:
Tobias Rundstrom 2006-02-26 02:36:20 -03:00
parent 4c0bffeb6f
commit 65c1011b8a
14 changed files with 710 additions and 19 deletions

View file

@ -19,6 +19,7 @@ class XMMSHandler : public QObject, public sigc::trackable {
void playback_current_id (XMMSResultValueUint *res);
void medialib_info (XMMSResultDict *res);
void playback_status (XMMSResultValueUint *res);
void playlist_list (XMMSResultValueListUint *res);
const XMMSClient *getXMMS () { return m_xmmsc; }