[vlc-commits] Qt: Fix protectedness of customEvent
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 12 17:39:18 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 12 17:36:29 2011 +0200| [855294edab1de8beb912da8d2e572e513d3944cf] | committer: Jean-Baptiste Kempf
Qt: Fix protectedness of customEvent
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=855294edab1de8beb912da8d2e572e513d3944cf
---
modules/gui/qt4/components/controller.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp
index 9c4f932..5f9ca15 100644
--- a/modules/gui/qt4/components/controller.hpp
+++ b/modules/gui/qt4/components/controller.hpp
@@ -266,6 +266,8 @@ protected:
virtual void leaveEvent( QEvent *event );
virtual void keyPressEvent( QKeyEvent *event );
+ virtual void customEvent( QEvent *event );
+
private slots:
void showFSC();
void planHideFSC();
@@ -274,8 +276,6 @@ private slots:
void centerFSC( int );
private:
- virtual void customEvent( QEvent *event );
-
QTimer *p_hideTimer;
#if HAVE_TRANSPARENCY
QTimer *p_slowHideTimer;
More information about the vlc-commits
mailing list