Switch to unified view

a/GUI/playctlwidget/playctlwidget.h b/GUI/playctlwidget/playctlwidget.h
...
...
27
27
28
public:
28
public:
29
    PlayCtlWidget(QWidget *parent = 0);
29
    PlayCtlWidget(QWidget *parent = 0);
30
    virtual ~PlayCtlWidget() {}
30
    virtual ~PlayCtlWidget() {}
31
31
32
    bool playing();
33
                  
32
public slots:
34
public slots:
33
    // These are used to set the ui state in sync with externally
35
    // These are used to set the ui state in sync with externally
34
    // caused player state changes
36
    // caused player state changes
35
    virtual void onStopped();
37
    virtual void onStopped();
36
    virtual void onPaused();
38
    virtual void onPaused();
...
...
48
    
50
    
49
private:
51
private:
50
    bool m_playing;
52
    bool m_playing;
51
};
53
};
52
54
53
54
#endif /* _PLAYCTLWIDGET_H_INCLUDED_ */
55
#endif /* _PLAYCTLWIDGET_H_INCLUDED_ */