Added support for the shade/close buttons on the playlist, and changed the way
that togglePL works a bit to play nicer.
This commit is contained in:
parent
13b9c47523
commit
0c5593076a
7 changed files with 49 additions and 8 deletions
|
@ -33,10 +33,10 @@ class MainWindow : public QMainWindow
|
|||
void setPL (PlaylistWindow *p) { m_playlistwin = p; }
|
||||
void raisePL (void) { m_playlistwin->raise (); }
|
||||
void moveEvent (QMoveEvent *event);
|
||||
void togglePL (bool UpdateButton);
|
||||
|
||||
public slots:
|
||||
void switchDisplay ();
|
||||
void togglePL (void);
|
||||
|
||||
private:
|
||||
bool isShaded (void) { QSettings s; return s.value("MainWindow/shaded").toBool(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue