[vlc-commits] qt4: add forgotten ;
David Fuhrmann
git at videolan.org
Thu Jun 21 22:21:19 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Jun 20 23:10:12 2012 +0200| [898b7e56ca1a54396e83ea7fb7b2903d4408b633] | committer: David Fuhrmann
qt4: add forgotten ;
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=898b7e56ca1a54396e83ea7fb7b2903d4408b633
---
modules/gui/qt4/menus.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index addff15..18bb5ca 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -112,7 +112,7 @@ QAction *addDPStaticEntry( QMenu *menu,
action = menu->addAction( text, THEDP, member );
}
#ifdef __APPLE__
- action->setMenuRole( role )
+ action->setMenuRole( role );
#else
Q_UNUSED( role );
#endif
More information about the vlc-commits
mailing list