[vlc-commits] Qt: small simplification
Jean-Baptiste Kempf
git at videolan.org
Fri May 20 18:41:10 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 20 18:21:21 2011 +0200| [48235174eadfd13be2985aae51ceb923e18e6c86] | committer: Jean-Baptiste Kempf
Qt: small simplification
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48235174eadfd13be2985aae51ceb923e18e6c86
---
modules/gui/qt4/main_interface.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 38a4258..1c67e02 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -562,7 +562,7 @@ void MainInterface::toggleFSC()
{
if( !fullscreenControls ) return;
- IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type, 0 );
+ IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type );
QApplication::postEvent( fullscreenControls, eShow );
}
More information about the vlc-commits
mailing list