25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
$NetBSD: patch-ad,v 1.1 2012/08/31 21:00:40 drochner Exp $
|
|
|
|
--- modules/gui/qt4/components/interface_widgets.cpp.orig 2012-04-27 17:14:57.000000000 +0000
|
|
+++ modules/gui/qt4/components/interface_widgets.cpp
|
|
@@ -579,8 +579,8 @@ TimeLabel::TimeLabel( intf_thread_t *_p_
|
|
|
|
bufTimer->setSingleShot( true );
|
|
|
|
- CONNECT( THEMIM->getIM(), positionUpdated( float, int64_t, int ),
|
|
- this, setDisplayPosition( float, int64_t, int ) );
|
|
+ CONNECT( THEMIM->getIM(), positionUpdated( float, putime_t, int ),
|
|
+ this, setDisplayPosition( float, putime_t, int ) );
|
|
CONNECT( THEMIM->getIM(), cachingChanged( float ),
|
|
this, updateBuffering( float ) );
|
|
CONNECT( bufTimer, timeout(), this, updateBuffering() );
|
|
@@ -588,7 +588,7 @@ TimeLabel::TimeLabel( intf_thread_t *_p_
|
|
this->setContentsMargins( 4, 0, 4, 0 );
|
|
}
|
|
|
|
-void TimeLabel::setDisplayPosition( float pos, int64_t t, int length )
|
|
+void TimeLabel::setDisplayPosition( float pos, putime_t t, int length )
|
|
{
|
|
showBuffering = false;
|
|
bufTimer->stop();
|