sync: retryfix: Phytium can not use gles makes white screen

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-04-25 17:35:03 +00:00 committed by Gitee
parent 4c565cda6c
commit 0bd8bab7eb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -177,9 +177,6 @@ int main(int argc, char *argv[])
}
}
QSurfaceFormat format;
format.setRenderableType(QSurfaceFormat::OpenGLES);
QSurfaceFormat::setDefaultFormat(format);
/**
* NOTE: https://zhuanlan.zhihu.com/p/550285855
@ -191,8 +188,6 @@ int main(int argc, char *argv[])
}
#endif
/**
* NOTE: https://zhuanlan.zhihu.com/p/550285855
* wayland QtWebEngine 退 QWidget