qt6-bb10/src/plugins/platforms/minimalegl
Tor Arne Vestbø 01e1df90a7 Move screen maintenance functions from QPlatformIntegration to QWSI
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>
2019-03-19 13:08:25 +00:00
..
main.cpp Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
minimalegl.json
minimalegl.pro Enable building EGLFS and MinimalEGL with QT_NO_OPENGL 2016-11-17 14:59:47 +00:00
qminimaleglbackingstore.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qminimaleglbackingstore.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qminimaleglintegration.cpp Move screen maintenance functions from QPlatformIntegration to QWSI 2019-03-19 13:08:25 +00:00
qminimaleglintegration.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qminimaleglscreen.cpp Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qminimaleglscreen.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qminimaleglwindow.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qminimaleglwindow.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00