X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=playermainwindow.cpp;h=791da6b1d6ee329192a26359ff68908bd5157f6b;hb=41becf578bfb2621ec53d9989ae113f243157f91;hp=5df823db52f7b893e699ba40a50ee5cef9c32843;hpb=266e3fa77ebfa8de9673f519061ea52f96f252b3;p=vlc-remote diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 5df823d..791da6b 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -76,7 +76,9 @@ PlayerMainWindow::PlayerMainWindow(QWidget *parent) : connect(ui->actionConfiguration,SIGNAL(triggered()),this,SLOT(showConfig())); connect(ui->actionAbout,SIGNAL(triggered()),this,SLOT(showAbout())); connect(ui->playlistButton,SIGNAL(clicked()),mPlayListMainWindow,SLOT(show())); + connect(ui->playlistButton,SIGNAL(clicked()),mPlayListMainWindow,SLOT(showPlayList())); connect(ui->browseButton,SIGNAL(clicked()),mBrowserMainWindow,SLOT(show())); + connect(ui->browseButton,SIGNAL(clicked()),mBrowserMainWindow,SLOT(showCurrentDirectory())); connect(ui->playButton,SIGNAL(clicked()),this,SLOT(play())); connect(ui->stopButton,SIGNAL(clicked()),this,SLOT(stop()));