Open PlaylistWindow beside the Mainwindow.

This commit is contained in:
Tobias Rundstrom 2006-02-26 18:34:01 -03:00
parent e6f333f2b4
commit 3326962123
2 changed files with 15 additions and 8 deletions

View file

@ -39,13 +39,7 @@ class MainWindow : public QMainWindow
public slots:
void switchDisplay ();
void togglePL (void) {
if (m_playlistwin->isVisible ()) {
m_playlistwin->hide ();
} else {
m_playlistwin->show ();
}
}
void togglePL (void);
private:
bool m_isshaded;