From: schutz Date: Fri, 3 Sep 2010 10:56:41 +0000 (+0200) Subject: add double click to open a floder X-Git-Tag: v0.6~20 X-Git-Url: https://vcs.maemo.org/git/?p=vlc-remote;a=commitdiff_plain;h=fbff75a9c5445c65dd290fabef79d9a4ab97ec95 add double click to open a floder --- diff --git a/src/browsemainwindow.cpp b/src/browsemainwindow.cpp index a07b131..76a5065 100644 --- a/src/browsemainwindow.cpp +++ b/src/browsemainwindow.cpp @@ -62,6 +62,7 @@ BrowseMainWindow::BrowseMainWindow(QWidget *parent) : #endif + connect(ui->listWidget,SIGNAL(doubleClicked(QModelIndex)),this,SLOT(onBrowse())); connect(ui->browseButton,SIGNAL(clicked()),this,SLOT(onBrowse())); connect(ui->addButton,SIGNAL(clicked()),this,SLOT(onAddToPlaylist())); connect(ui->playButton,SIGNAL(clicked()),this,SLOT(onPlay()));