Open PlaylistWindow beside the Mainwindow.
This commit is contained in:
parent
e6f333f2b4
commit
3326962123
2 changed files with 15 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue