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:
Chris Gilbert 2006-03-12 02:19:45 +01:00 committed by Tobias Rundstrom
parent 13b9c47523
commit 0c5593076a
7 changed files with 49 additions and 8 deletions

View file

@ -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(); }