How should I properly terminate a program after an exception?
-
Hi,
Without knowing your current use case it's difficult to tell. What do you mean by "recovery is not possible" ? Is it something like a device that has been removed ? Or is it something that would make the application crash ? In the second case qFatal is the way to go because your application would crash anyway. Using qFatal you can give a useful information to your user.