Commit c777b554 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Qt: this is a float, not an int

parent 2170fa51
...@@ -463,7 +463,7 @@ TimeLabel::TimeLabel( intf_thread_t *_p_intf ) :QLabel(), p_intf( _p_intf ) ...@@ -463,7 +463,7 @@ TimeLabel::TimeLabel( intf_thread_t *_p_intf ) :QLabel(), p_intf( _p_intf )
void TimeLabel::setDisplayPosition( float pos, int time, int length ) void TimeLabel::setDisplayPosition( float pos, int time, int length )
{ {
if( pos == -1 ) if( pos == -1.f )
{ {
setText( " --:--/--:-- " ); setText( " --:--/--:-- " );
return; return;
......
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