Install the crash handler earlier during startup
authorJocelyn Turcotte <jturcotte@woboq.com>
Thu, 12 Mar 2015 15:49:47 +0000 (16:49 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Thu, 12 Mar 2015 16:16:05 +0000 (17:16 +0100)
commite93c1ccb73f787c6e7e13f39ef965f2b5bc3ba22
treeb7b9d073ebed3d91feb57575a9a96bb44e6f26d8
parent286ad0c478094c9b5c4d7c6905b40ea5dafaa095
Install the crash handler earlier during startup

This moves the crash handler installation during the OCC::Application
contruction. This still leaves a window where crashes wouldn't be
caught, leaving the QtSingleApplication and theme initialization
code unreported, but isn't requiring any refactoring for now.

Issue #2952
src/gui/application.cpp
src/gui/application.h
src/gui/main.cpp