79347347

Date: 2025-01-11 01:23:15
Score: 0.5
Natty:
Report link

Qt::QueuedConnection is delivered using event loop. Your main's thread event loop is not actually working because it stuck waiting for the thread to finish. That's why your slot is not called.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Alexander Dyagilev