Skip to content
Commit 98227f05 authored by Bart De Vries's avatar Bart De Vries Committed by Nate Graham
Browse files

Rescale internal Slider values to avoid integer overflow

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
parent 19bbf16f
Pipeline #194245 passed with stage
in 5 minutes and 7 seconds
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