Skip to content
Commit 8ec789b8 authored by Adrian Thiele's avatar Adrian Thiele Committed by ivan tkachenko
Browse files

applets/mediacontroller: use double for length and position

Using int as type causes an overflow and therefore shows incorrect numbers
for media longer than around 1 hour (2147483647 microseconds).
As qml doesn't seem to have 64-bit integers, use doubles instead.
parent 925c8696
Pipeline #549879 passed with stage
in 14 minutes and 55 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