There is a window. He has a slot with a signature

void ECMain::OnProcessProgressEvent(const QString & ATestName, const int AStarStepNum, const int AStepCount, const int ACurStepNum, const QString & AStepName) 

If the slot body is empty or contains only return , then when a signal arrives at this slot, the application falls (most likely an exception)
Why it happens?

  • But is it possible to replace the "most likely exception" with the error text at abnormal termination? go debugger, for example? - LXA
  • in the output of the application - the program is completed forcibly and no more gu-gu. I have a problem with the debugger. How to set up look. - Konstantin Fomin

0