[vlc-devel] commit: [Qt] Fix the Advanced Control de-attachment from interface. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Nov 21 13:50:47 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 21 13:50:20 2008 +0100| [be73bf389a184aa9d738e07e19499311c7e6d201] | committer: Jean-Baptiste Kempf 

[Qt] Fix the Advanced Control de-attachment from interface.

Don't forget the break; in a switch !

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

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

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 95991df..895dec6 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -378,6 +378,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int* i_size,
             widget = advControls;
             *i_size = advControls->getWidth();
         }
+        break;
     case REVERSE_BUTTON:{
         QToolButton *reverseButton = new QToolButton;
         setupButton( reverseButton );




More information about the vlc-devel mailing list