docsteer / sacnview

sACNView provides a tool for monitoring and sending the Streaming ACN lighting control protocol used for lighting control in theatres, TV studios and architectural systems
http://www.sacnview.org
Apache License 2.0
101 stars 24 forks source link

"Tock" is used but never started #306

Open RichardTea opened 1 year ago

RichardTea commented 1 year ago

The "Tock" layer "ttimer" class is used in many places (eg sACNSource class), but the actual underlying QElapsedTimer is never started as Tock_StartLib() is never called.

While it seems to work (at least, most of the time), this is undefined behaviour. QElapsedTimer Class | Qt Core 6.5.1