[vlc-devel] commit: Qt: cosmetics. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 14 20:36:39 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 15:11:15 2009 +0200| [3f8be6fdee8b38cf826f1ba7cc050b8807928221] | committer: Jean-Baptiste Kempf
Qt: cosmetics.
(cherry picked from commit 66b985c303e0d9daf07c974c7eb49a21807abb40)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f8be6fdee8b38cf826f1ba7cc050b8807928221
---
modules/gui/qt4/components/controller.cpp | 10 ----------
modules/gui/qt4/components/controller.hpp | 2 +-
2 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 04595ce..78447da 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -768,16 +768,6 @@ void FullscreenControllerWidget::showFSC()
}
/**
- * Hide fullscreen controller
- * FIXME: under windows it have to be done by moving out of screen
- * because hide() doesnt work
- */
-void FullscreenControllerWidget::hideFSC()
-{
- hide();
-}
-
-/**
* Plane to hide fullscreen controller
*/
void FullscreenControllerWidget::planHideFSC()
diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp
index 2ca02f1..9718446 100644
--- a/modules/gui/qt4/components/controller.hpp
+++ b/modules/gui/qt4/components/controller.hpp
@@ -243,7 +243,7 @@ protected:
private slots:
void showFSC();
void planHideFSC();
- void hideFSC();
+ void hideFSC() { hide(); }
void slowHideFSC();
void centerFSC( int );
More information about the vlc-devel
mailing list