Commit a1e6d3b1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Fix error in previous commit .

parent eec6200b
......@@ -778,7 +778,7 @@ void QVLCMenu::PopupMenuPlaylistControlEntries( QMenu *menu,
addMIMStaticEntry( p_intf, menu, qtr( "Ne&xt" ),
":/next", SLOT( next() ) );
menu->addSeparator();
}
void QVLCMenu::PopupMenuStaticEntries( QMenu *menu )
{
......
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