From: Jean-Baptiste Kempf Date: Mon, 7 Jul 2008 14:02:36 +0000 (-0700) Subject: Cosmetics. X-Git-Tag: 0.9.0-test2~130 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=ba714bedc852cc4a04c422b1dce3fa69e083a236;p=vlc Cosmetics. --- diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp index c53d8fbe87..42c8b3c9be 100644 --- a/modules/gui/qt4/components/interface_widgets.cpp +++ b/modules/gui/qt4/components/interface_widgets.cpp @@ -28,6 +28,8 @@ # include "config.h" #endif +#include + #include "dialogs_provider.hpp" #include "components/interface_widgets.hpp" #include "main_interface.hpp" @@ -35,7 +37,6 @@ #include "menus.hpp" #include "util/input_slider.hpp" #include "util/customwidgets.hpp" -#include #include #include @@ -47,6 +48,7 @@ #include #include #include + #ifdef Q_WS_X11 # include # include @@ -85,8 +87,6 @@ VideoWidget::VideoWidget( intf_thread_t *_p_i ) : QFrame( NULL ), p_intf( _p_i ) connect( this, SIGNAL(askVideoWidgetToShow( unsigned int, unsigned int)), this, SLOT(SetSizing(unsigned int, unsigned int )) ); #endif - - } void VideoWidget::paintEvent(QPaintEvent *ev) @@ -122,7 +122,7 @@ VideoWidget::~VideoWidget() * Request the video to avoid the conflicts **/ void *VideoWidget::request( vout_thread_t *p_nvout, int *pi_x, int *pi_y, - unsigned int *pi_width, unsigned int *pi_height ) + unsigned int *pi_width, unsigned int *pi_height ) { msg_Dbg( p_intf, "Video was requested %i, %i", *pi_x, *pi_y ); emit askVideoWidgetToShow( *pi_width, *pi_height ); @@ -205,8 +205,7 @@ BackgroundWidget::BackgroundWidget( intf_thread_t *_p_i ) } BackgroundWidget::~BackgroundWidget() -{ -} +{} void BackgroundWidget::resizeEvent( QResizeEvent * event ) { @@ -265,8 +264,7 @@ VisualSelector::VisualSelector( intf_thread_t *_p_i ) : } VisualSelector::~VisualSelector() -{ -} +{} void VisualSelector::prev() {