Skip to content
Commit d9fb479d authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Rework the thread management and shutdown

This uses the proper approach to threads in Qt (moveToThread() instead
of subclassing QThread), and it makes it possible to do final cleanup
in the object's thread instead of the thread from which the destructor
was called.
parent b5af76ed
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