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

Qt, menus: fix a possible crash

parent 752a2e7c
...@@ -434,6 +434,7 @@ QMenu *QVLCMenu::ToolsMenu( QMenu *menu ) ...@@ -434,6 +434,7 @@ QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
/** /**
* View Menu * View Menu
* Interface modification, load other interfaces, activate Extensions * Interface modification, load other interfaces, activate Extensions
* \param current, set to NULL for menu creation, else for menu update
**/ **/
QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf, QMenu *current, MainInterface *_mi ) QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf, QMenu *current, MainInterface *_mi )
{ {
......
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