mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
6ba8be3503
QTimer CAN NOT be handled from a different thread, we needed to push them to the Core's thread Allocating a large video frame buffer on the stack is a Bad Idea(tm), this commit fixes a bad buffer overflow Also improve our QTimer handling during calls, no need to disconnect/reconnect on call start/end, once is enough, and no need to keep them on the stack