[vlc-devel] commit: qt4_menus: missing undef. ( Rémi Duraffort )

git version control git at videolan.org
Sun Mar 22 08:59:31 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Mar 22 08:58:49 2009 +0100| [298ea68ce8bbc63db158517c895bff9e1e6e387c] | committer: Rémi Duraffort 

qt4_menus: missing undef.

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

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

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 1edb368..9ef27d5 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -1030,6 +1030,9 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi,
     mi->getSysTray()->setContextMenu( sysMenu );
 }
 
+#undef CREATE_POPUP
+#undef POPUP_BOILERPLATE
+
 #undef PUSH_VAR
 #undef PUSH_SEPARATOR
 




More information about the vlc-devel mailing list