Switch to unified view

a/GUI/playctlwidget/playctlwidget.h b/GUI/playctlwidget/playctlwidget.h
...
...
42
    virtual void onStopClicked();
42
    virtual void onStopClicked();
43
    virtual void onBackwardClicked();
43
    virtual void onBackwardClicked();
44
    virtual void onForwardClicked();
44
    virtual void onForwardClicked();
45
45
46
    // Give access to the stop button in case they want to hide it.
46
    // Give access to the stop button in case they want to hide it.
47
    virtual QWidget *stopWidget();
47
    virtual QLayoutItem *takeStopWidget();
48
    
48
    
49
private:
49
private:
50
    bool m_playing;
50
    bool m_playing;
51
};
51
};
52
52