mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 08:54:12 +08:00
bugfix
This commit is contained in:
parent
7c2bddcc98
commit
030cdd6a03
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user