aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2014-09-30 10:32:28 +0200
committerAndy Nichols <andy.nichols@digia.com>2014-09-30 11:34:22 +0300
commit9566e3922ca98f7955427866ec0a43992a03a40c (patch)
tree8380957088eb1eabf831074277db1881f18d2d11 /src/plugins/scenegraph
parent890794e62da239af9a2a76869727310dc7ae5716 (diff)
Fix build error with latest QtDeclarative
Change-Id: Id4b87c285370182b34ec42cf02c59627e8019956 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/plugins/scenegraph')
-rw-r--r--src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp
index 278c1a3db4..a3fcadd669 100644
--- a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp
+++ b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.cpp
@@ -574,7 +574,6 @@ void RenderThread::run()
qCDebug(QSG_LOG_RENDERLOOP) << QSG_RT_PAD << "run()";
animatorDriver = sgrc->sceneGraphContext()->createAnimationDriver(0);
animatorDriver->install();
- QUnifiedTimer::instance(true)->setConsistentTiming(QSGRenderLoop::useConsistentTiming());
if (QQmlDebugService::isDebuggingEnabled())
QQuickProfiler::registerAnimationCallback();