Huge push that fixes lot of the problems with headers and added a Slider

This commit is contained in:
Tobias Rundstrom 2006-02-20 00:43:42 -03:00
parent 76b9131d03
commit f36ba49ea9
21 changed files with 298 additions and 42 deletions

View file

@ -22,6 +22,8 @@ class XMMSHandler : public QObject, public sigc::trackable {
const XMMSClient *getXMMS () { return m_xmmsc; }
public slots:
void setPlaytime ();
void play () { delete m_xmmsc->playback_start (); }
void stop () { delete m_xmmsc->playback_stop (); }
void pause () { delete m_xmmsc->playback_pause (); }