Added PlayStatus widget.

This commit is contained in:
Tobias Rundstrom 2006-02-20 16:21:35 -03:00
parent a50e7afd4a
commit 46a0fd1b29
8 changed files with 86 additions and 6 deletions

View file

@ -18,6 +18,7 @@ class XMMSHandler : public QObject, public sigc::trackable {
void playback_playtime (XMMSResult *res);
void playback_current_id (XMMSResult *res);
void medialib_info (XMMSResult *res);
void playback_status (XMMSResult *res);
const XMMSClient *getXMMS () { return m_xmmsc; }