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

23 lines
658 B
Plaintext

$NetBSD: patch-ai,v 1.1 2014/12/13 11:15:45 wiz Exp $
--- modules/gui/qt4/util/input_slider.hpp.orig 2013-06-24 18:00:38.000000000 +0000
+++ modules/gui/qt4/util/input_slider.hpp
@@ -48,6 +48,8 @@ class QPropertyAnimation;
class QStyleOption;
class QCommonStyle;
+typedef int64_t putime_t;
+
/* Input Slider derived from QSlider */
class SeekSlider : public QSlider
{
@@ -106,7 +108,7 @@ private:
QTimer *hideHandleTimer;
public slots:
- void setPosition( float, int64_t, int );
+ void setPosition( float, putime_t, int );
void setSeekable( bool b ) { b_seekable = b ; }
void updateBuffering( float );
void hideHandle();