Remove legacy env.var in QQuickWidget comparison example

Seems to work regardless.

Pick-to: 6.5
Change-Id: Ic7c58372181009214590e9152a4919234f8e4aaa
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Laszlo Agocs 2023-05-16 12:48:56 +02:00
parent 8c35fe3b95
commit f48b12c185
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
int main(int argc, char **argv)
{
qputenv("QML_BAD_GUI_RENDER_LOOP", "1"); // QTBUG-39507
QApplication app(argc, argv);
// this example and QQuickWidget are only functional when rendering with OpenGL