Whitespace cleanups and replaceing a functon from XMMSHandler by one in xplayback
This commit is contained in:
parent
8dc34b1759
commit
6af763a954
8 changed files with 33 additions and 19 deletions
|
@ -30,17 +30,17 @@ class XPlayback : public QObject {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
XPlayback (XClient *);
|
||||
XPlayback (XClient *);
|
||||
|
||||
public slots:
|
||||
void play ();
|
||||
void pause ();
|
||||
void stop ();
|
||||
void prev ();
|
||||
void next ();
|
||||
void play ();
|
||||
void pause ();
|
||||
void stop ();
|
||||
void prev ();
|
||||
void next ();
|
||||
|
||||
void seekMs (uint milliseconds);
|
||||
void seekMsRel (int milliseconds);
|
||||
void seekMs (uint milliseconds);
|
||||
void seekMsRel (int milliseconds);
|
||||
|
||||
private:
|
||||
XClient *m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue