From 7e3fc332300b732efb4c84f1617575c736f98e08 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 6 Jan 2008 00:25:05 +0000 Subject: [PATCH] Qt4 - remove tab. --- modules/gui/qt4/components/open_panels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 36a42a155a..85cc1507fb 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -791,7 +791,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : addModuleAndLayouts( DSHOW_DEVICE, dshow, "DirectShow" ); /* dshow Main */ - int line = 0; + int line = 0; module_config_t *p_config = config_FindConfig( VLC_OBJECT(p_intf), "dshow-vdev" ); vdevDshowW = new StringListConfigControl( @@ -801,7 +801,7 @@ CaptureOpenPanel::CaptureOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : p_config = config_FindConfig( VLC_OBJECT(p_intf), "dshow-adev" ); adevDshowW = new StringListConfigControl( VLC_OBJECT(p_intf), p_config, this, false, dshowDevLayout, line ); - line++; + line++; /* dshow Properties */ QLabel *dshowVSizeLabel = new QLabel( qtr( "Video size" ) ); -- 2.39.2