Print stack trace on crash

This commit is contained in:
Gioacchino Mazzurco 2018-11-05 00:19:45 +01:00
parent d711e09b68
commit c0ca1a5aad
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
3 changed files with 104 additions and 17 deletions

View file

@ -19,6 +19,10 @@
* Boston, MA 02110-1301, USA.
****************************************************************/
#include "util/stacktrace.h"
CrashStackTrace gCrashStackTrace;
#include <QObject>
#include <QMessageBox>
#include <QSplashScreen>