hi,
I have a qt4.5 application built with visual studio 2005 whice has several
timer events (lets say 2).
if an assert is called in one timer, the other timer
keep getting called, and therefore the application is
Still running.
What I would like to achive is an assert which causes the
entire App to stop.
I used vs' assert but calling qassert or qfatal behaves the same.

What is the correct way of achieving this?

Thanks, Roy.