Commit Graph

5 Commits

Author SHA1 Message Date
Bill Somerville c74e115d2d
Flush all logging sinks before aborting due to uncaught exceptions 2021-06-12 02:46:55 +01:00
Bill Somerville 87bca164f8
Don't allow application to continue after an uncaught exception
Qt does not allow exceptions to pass through the event loop so we must
abort.
2021-06-12 02:08:51 +01:00
Bill Somerville d087a9b8ae
Don't leak exceptions from ExceptionCatchingApplication::notify() 2021-01-26 18:22:10 +00:00
Bill Somerville 9fe3c7123e
Avoid GUI actions when crashing out with an uncaught exception 2020-09-27 13:25:38 +01:00
Bill Somerville e83b91de95
Move ExceptionCatchingApplication class to its own header 2020-09-24 18:32:58 +01:00