Commit 568151da authored by Jean-Philippe André's avatar Jean-Philippe André

Enable double-click in Plugins & Extensions panel

parent e93ae0b7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment