[vlmc-devel] commit: RendererSettings.h: 'fps' should be double and not quint32. ( Rohit Yadav )

git at videolan.org git at videolan.org
Fri Sep 24 16:42:14 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Fri Sep 24 20:23:46 2010 +0530| [e2819b715f361715a69b6cdf8790090948efe934] | committer: Rohit Yadav 

RendererSettings.h: 'fps' should be double and not quint32.

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

 src/Gui/export/RendererSettings.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Gui/export/RendererSettings.h b/src/Gui/export/RendererSettings.h
index 5b65e61..431c6fa 100644
--- a/src/Gui/export/RendererSettings.h
+++ b/src/Gui/export/RendererSettings.h
@@ -60,7 +60,7 @@ class   RendererSettings : public QDialog
 
     private:
         Ui::RendererSettings    m_ui;
-        void                    setPreset( quint32 width, quint32 height, quint32 fps );
+        void                    setPreset( quint32 width, quint32 height, double fps );
 };
 
 #endif // RENDERERSETTINGS_H



More information about the Vlmc-devel mailing list