Skip to content

Commit

Permalink
examples: Rename setPersistentOpenGLContext
Browse files Browse the repository at this point in the history
Align with qtdeclarative 6f4fdce07fa2e75e09dcc90a76ea6d741fb58e74.

Change-Id: I177e060c0f1a17ff807e4baeda673ebbf017c719
Reviewed-by: Liang Qi <[email protected]>
  • Loading branch information
liangqi committed Jun 11, 2020
1 parent 27ee95b commit 754f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auto/quick/examples/tst_examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void tst_examples::sgexamples()
{
QFETCH(QString, file);
QQuickWindow window;
window.setPersistentOpenGLContext(true);
window.setPersistentGraphics(true);
window.setPersistentSceneGraph(true);

QQmlComponent component(&engine, QUrl::fromLocalFile(file));
Expand Down

0 comments on commit 754f008

Please sign in to comment.