summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qjnihelpers.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-02-09 16:37:37 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-02-15 23:00:43 +0000
commitee0edf1b0aa36cfdd5d9628b2bbeb1fb590a3290 (patch)
tree6ce0b71ab2a303ab21bc3964f2ec3ac7a95777d0 /src/corelib/kernel/qjnihelpers.cpp
parentbf2160e72cd8840a8e604438cbdc807483ac980a (diff)
QWindow: prevent window reparenting into Qt::Desktop windows
Qt::Desktop exists to support QDesktopWidget, which predates the QScreen API. QWidget internally has checks that prevents you from reparenting a QWidget into a QDesktopWidget, so we should have the same limitations on the QWindow level. This allows platform plugins to implement Qt::Desktop as simple (possibly shared) wrappers around QScreen without having to allocate native window resources for each desktop window. Change-Id: Ia1bac506febd3d827a6e0b8ad3bfd95be0cc7f9d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/corelib/kernel/qjnihelpers.cpp')
0 files changed, 0 insertions, 0 deletions