Skip to content
  • Bart De Vries's avatar
    Rescale internal Slider values to avoid integer overflow · 98227f05
    Bart De Vries authored and Nate Graham's avatar Nate Graham committed
    The original implementation used the raw duration and position as
    reported by qmultimedia, which are in milliseconds. This, combined with
    the actual Slider implementation in qqc2-desktop-style caused
    value/duration to overflow at about 3 minutes and 30 seconds.
    The adapted implementation uses seconds for the internal Slider values.
    
    CCBUG: 455339
    98227f05