rework PlaylistWindow: move handling of visibilitychanges into Playlistwindow
and rely on signals and slots to get rid of MainWindow::togglePL(). cleaned up some unnecessary includes
This commit is contained in:
parent
b10ef97cfc
commit
a228d7a01b
14 changed files with 121 additions and 106 deletions
|
@ -43,7 +43,7 @@ class ToggleButton : public PixmapButton
|
|||
Q_OBJECT
|
||||
public:
|
||||
ToggleButton (QWidget *parent, uint, uint, uint, uint);
|
||||
~ToggleButton ();
|
||||
~ToggleButton () {}
|
||||
|
||||
public slots:
|
||||
void setPixmaps(Skin *skin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue