Skip to content
Commit eb6d51f8 authored by Noah Davis's avatar Noah Davis 🌵
Browse files

VideoPlatform: Make the value of recordedTime update more reliably

The value didn't always update as consistently and frequently as it
should have. It's still not completely perfect since sometimes the
duration of the finished video is slightly different from the recorded
time indicated while recording.

Switched from using QDateTime to QElapsedTimer because using QDateTime
to get the time since something happened can be problematic if the user
changes their computer's time.

Used a QBasicTimer instead of a QTimer because it's slightly more
efficient and not really any more work in this case.
parent 6f48610b
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