[vlc-devel] commit: qt4: update the MRL when the fps change (desktop). ( Rémi Duraffort )
git version control
git at videolan.org
Thu May 21 17:31:23 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu May 21 00:04:39 2009 +0200| [7dcb0083550569848715cafdeaadc2992095e985] | committer: Rémi Duraffort
qt4: update the MRL when the fps change (desktop).
Should fix #2767.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7dcb0083550569848715cafdeaadc2992095e985
---
modules/gui/qt4/components/open_panels.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 8d224f4..3a6a4cc 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1072,6 +1072,9 @@ void CaptureOpenPanel::initialize()
screenFPS->setAlignment( Qt::AlignRight );
screenPropLayout->addWidget( screenFPS, 0, 1 );
+ /* Screen connect */
+ CuMRL( screenFPS, valueChanged( int ) );
+
/* General connects */
CONNECT( ui.deviceCombo, activated( int ) ,
stackedDevLayout, setCurrentIndex( int ) );
More information about the vlc-devel
mailing list