Files
2016-01-21 23:40:00 +01:00

16 lines
804 B
Plaintext

$NetBSD: patch-ab,v 1.1 2014/12/13 11:15:45 wiz Exp $
--- modules/gui/qt4/components/controller.cpp.orig 2012-04-27 17:14:57.000000000 +0000
+++ modules/gui/qt4/components/controller.cpp
@@ -352,8 +352,8 @@ QWidget *AbstractController::createWidge
slider->setChapters( chapters );
/* Update the position when the IM has changed */
- CONNECT( THEMIM->getIM(), positionUpdated( float, int64_t, int ),
- slider, setPosition( float, int64_t, int ) );
+ CONNECT( THEMIM->getIM(), positionUpdated( float, putime_t, int ),
+ slider, setPosition( float, putime_t, int ) );
/* And update the IM, when the position has changed */
CONNECT( slider, sliderDragged( float ),
THEMIM->getIM(), sliderUpdate( float ) );