Commit 4812448c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Compile fix for gcc 4.5

parent 76d6de98
......@@ -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 ) :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment