summaryrefslogtreecommitdiffstats
path: root/tests/auto/behaviors/tst_q3dsbehaviors.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-05-18 10:33:28 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-05-18 10:33:34 +0200
commit8bb3378d0d7c82eb1896ac043570ddab7c2edae9 (patch)
treef3fe8bce8b4df108c1cc9766fdbafea95c3bd490 /tests/auto/behaviors/tst_q3dsbehaviors.cpp
parent78ab305d5ca59a158232a8b47070ef35ae803033 (diff)
parent186e8bf9ec08b1aca289a23b93290bf4cd5521fe (diff)
Merge remote-tracking branch 'origin/2.0'
Diffstat (limited to 'tests/auto/behaviors/tst_q3dsbehaviors.cpp')
-rw-r--r--tests/auto/behaviors/tst_q3dsbehaviors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/behaviors/tst_q3dsbehaviors.cpp b/tests/auto/behaviors/tst_q3dsbehaviors.cpp
index fdc8da5..9954c77 100644
--- a/tests/auto/behaviors/tst_q3dsbehaviors.cpp
+++ b/tests/auto/behaviors/tst_q3dsbehaviors.cpp
@@ -69,7 +69,7 @@ void tst_Q3DSBehaviors::initTestCase()
if (!isOpenGLGoodEnough())
QSKIP("This platform does not support OpenGL proper");
- QSurfaceFormat::setDefaultFormat(Q3DSEngine::surfaceFormat());
+ QSurfaceFormat::setDefaultFormat(Q3DS::surfaceFormat());
m_engine = new Q3DSEngine;
m_view = new Q3DSWindow;
m_view->setEngine(m_engine);