Remove useless app wide setting
This commit is contained in:
parent
613ee337aa
commit
9129cdef0d
@ -19,7 +19,6 @@ int QtRunLoopWrapper() {
|
||||
void integrate() {
|
||||
// Bootstrap Qt
|
||||
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
app = new NApplication(qode::qode_argc, qode::qode_argv);
|
||||
qode::InjectCustomRunLoop(&QtRunLoopWrapper);
|
||||
// Other init settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user