This commit is contained in:
Akash Mozumdar 2018-09-01 15:49:16 -04:00
parent 7c2bddcc98
commit 030cdd6a03

View File

@ -20,7 +20,7 @@ LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS* exception)
int main(int argc, char *argv[])
{
AddVectoredExceptionHandler(1, ExceptionHandler);
SetUnhandledExceptionFilter(ExceptionHandler);
QApplication a(argc, argv);
MainWindow w;
w.show();