mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
WIP: removed old Qt5 binding code, fixed a segfault (static argc), enabled pya without interpreter
This commit is contained in:
@@ -1443,7 +1443,7 @@ add_native_impl("QApplication", <<'CODE', <<'DECL')
|
||||
static QApplication *ctor_QApplication()
|
||||
{
|
||||
static char *(dummy_argv[]) = { (char *)"undefined_application" };
|
||||
int argc = 1;
|
||||
static int argc = 1;
|
||||
return new QApplication (argc, dummy_argv);
|
||||
}
|
||||
CODE
|
||||
|
||||
Reference in New Issue
Block a user