[vlc-devel] commit: Qt: Compile fix for gcc 4.5 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 15 00:04:26 CET 2010
vlc-1.0-bugfix | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 12 00:30:18 2010 +0100| [6d395cc8656254020d1c33ca8a39bafbd71f8268] | committer: Christophe Mutricy
Qt: Compile fix for gcc 4.5
(cherry picked from commit 4812448c8665707559b81c11ca6c15cd3628a0d4)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=6d395cc8656254020d1c33ca8a39bafbd71f8268
---
modules/gui/qt4/util/input_slider.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp
index e78a190..4ff71fe 100644
--- a/modules/gui/qt4/util/input_slider.cpp
+++ b/modules/gui/qt4/util/input_slider.cpp
@@ -34,7 +34,7 @@
InputSlider::InputSlider( QWidget *_parent ) : QSlider( _parent )
{
- InputSlider::InputSlider( Qt::Horizontal, _parent );
+ InputSlider( Qt::Horizontal, _parent );
}
InputSlider::InputSlider( Qt::Orientation q, QWidget *_parent ) :
More information about the vlc-devel
mailing list