[vlc-commits] Qt, menus: fix a possible crash

Jean-Baptiste Kempf git at videolan.org
Sat May 14 13:06:49 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 14 12:47:44 2011 +0200| [e0d0ae7e44319bf94ed5d4b4dcadde1d3abf91e8] | committer: Jean-Baptiste Kempf

Qt, menus: fix a possible crash

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0d0ae7e44319bf94ed5d4b4dcadde1d3abf91e8
---

 modules/gui/qt4/menus.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 6eea71f..e49980b 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -434,6 +434,7 @@ QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
 /**
  * View Menu
  * 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 )
 {



More information about the vlc-commits mailing list