Make Items in playlist clickable.

This commit is contained in:
Tobias Rundstrom 2006-02-26 22:07:58 -03:00
parent 072a53b219
commit 18f87d65d5
4 changed files with 29 additions and 0 deletions

View file

@ -23,6 +23,7 @@ class XMMSHandler : public QObject, public sigc::trackable {
void requestMediainfo (uint id);
void requestPlaylistList (void);
void requestTrackChange (int pos);
const XMMSClient *getXMMS () { return m_xmmsc; }