QWindowSystemInterface is the de facto API for any plumbing going from the platform plugin to QtGui. Having the functions as protected members of QPlatformIntegration was idiosyncratic, and resulted in awkward workarounds to be able to call the functions from outside of the QPlatformIntegration subclass. The functions in QPlatformIntegration have been left in, but deprecated so that platform plugins outside of qtbase have a chance to move over to the new QWSI API before they are removed. Change-Id: I327fec460db6b0faaf0ae2a151c20aa30dbe7182 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| minimalegl.json | ||
| minimalegl.pro | ||
| qminimaleglbackingstore.cpp | ||
| qminimaleglbackingstore.h | ||
| qminimaleglintegration.cpp | ||
| qminimaleglintegration.h | ||
| qminimaleglscreen.cpp | ||
| qminimaleglscreen.h | ||
| qminimaleglwindow.cpp | ||
| qminimaleglwindow.h | ||