[vlc-devel] commit: Enable double-click in Plugins & Extensions panel ( Jean-Philippe André )
git version control
git at videolan.org
Wed Feb 3 19:10:35 CET 2010
vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Wed Feb 3 19:07:27 2010 +0100| [568151da10221ca4a14fa1d85428a77b77e34729] | committer: Jean-Philippe André
Enable double-click in Plugins & Extensions panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=568151da10221ca4a14fa1d85428a77b77e34729
---
modules/gui/qt4/dialogs/plugins.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 66ddd20..2975cf4 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -179,6 +179,8 @@ ExtensionTab::ExtensionTab( intf_thread_t *p_intf )
// ListView
extList = new QListView( this );
+ CONNECT( extList, activated( const QModelIndex& ),
+ this, moreInformation() );
layout->addWidget( extList );
// List item delegate
More information about the vlc-devel
mailing list