Commit 78390cbc authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: menus: correctly connect chapters signals abstraction layer

parent d32d532b
......@@ -1110,7 +1110,7 @@ void VLCMenuBar::PopupMenu( intf_thread_t *p_intf, bool show )
PLModel *model = PLModel::getPLModel( p_intf );
plMenu->setModel( model );
CONNECT( plMenu, activated(const QModelIndex&),
model, activateItem(const QModelIndex&));
model->sigs, activateItemSlot(const QModelIndex&));
menu->addMenu( plMenu );
/* Static entries for ending, like open */
......
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