Fix backend API, broken since 5.2.0
authorGunnar Sletta <gunnar.sletta@jollamobile.com>
Thu, 30 Jan 2014 18:18:16 +0000 (19:18 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 4 Feb 2014 19:06:21 +0000 (20:06 +0100)
commitd781cc7d99fa1a1f34440ce319bacadfa4326673
tree083d26bd5b5a2012a6e1635613d8c7e520a8fb2d
parent7c1e3dea8ba66f9eedee4f3d66dba55d7f7556b8
Fix backend API, broken since 5.2.0

Without this change, it is not possible to implement a custom context
without also implementing a renderloop.

Change-Id: Iac2aa732251cdf7221b28f665394cdd336a3d846
Reviewed-by: Michael Brasser <michael.brasser@live.com>
src/quick/scenegraph/qsgcontext.cpp
src/quick/scenegraph/qsgcontext_p.h
src/quick/scenegraph/qsgrenderloop.cpp
src/quick/scenegraph/qsgthreadedrenderloop.cpp
src/quick/scenegraph/qsgwindowsrenderloop.cpp