[vlmc-devel] commit: wizzard: Fixing FPS field ( =?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)
git at videolan.org
git at videolan.org
Tue Nov 30 18:03:21 CET 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Tue Nov 30 15:30:30 2010 +0100| [3219984a513521d00d22ded4987797b214103d08] | committer: Hugo Beauzée-Luyssen
wizzard: Fixing FPS field
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=3219984a513521d00d22ded4987797b214103d08
---
src/Gui/wizard/VideoPage.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Gui/wizard/VideoPage.cpp b/src/Gui/wizard/VideoPage.cpp
index 94305b5..7175f2d 100644
--- a/src/Gui/wizard/VideoPage.cpp
+++ b/src/Gui/wizard/VideoPage.cpp
@@ -37,7 +37,7 @@ VideoPage::VideoPage( QWidget* parent ) :
this, SLOT( updateVideoPresets() ) );
connect( ui.comboBoxAudioPresets, SIGNAL( currentIndexChanged(int) ),
this, SLOT( updateAudioPresets() ) );
- registerField( "fps", ui.doubleSpinBoxVideoFPS );
+ registerField( "fps", ui.doubleSpinBoxVideoFPS, "value", SIGNAL( valueChanged( double ) ) );
registerField( "width", ui.spinBoxVideoWidth );
registerField( "height", ui.spinBoxVideoHeight );
registerField( "samplerate", ui.comboBoxAudioSamplerate );
More information about the Vlmc-devel
mailing list