diff options
| author | Qt Forward Merge Bot <[email protected]> | 2019-08-08 01:00:08 +0200 |
|---|---|---|
| committer | Qt Forward Merge Bot <[email protected]> | 2019-08-08 01:00:08 +0200 |
| commit | 2b38408cbc23816034f087779d351f4db2ee4b1b (patch) | |
| tree | c97a6881875331c7ef4b9aecf896434071382a46 /src/gui/kernel/qplatformintegration.cpp | |
| parent | 0ea7360eaa70c2b024a37b2ff9106531440cdee7 (diff) | |
| parent | 36cc171b9314bf77fc84d4273dceb6264aef7134 (diff) | |
Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: I4c0fd501db974fb8339944b8df845336776d80a9
Diffstat (limited to 'src/gui/kernel/qplatformintegration.cpp')
| -rw-r--r-- | src/gui/kernel/qplatformintegration.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformintegration.cpp b/src/gui/kernel/qplatformintegration.cpp index 490cfc6178a..b3d3db07510 100644 --- a/src/gui/kernel/qplatformintegration.cpp +++ b/src/gui/kernel/qplatformintegration.cpp @@ -244,6 +244,9 @@ QPlatformServices *QPlatformIntegration::services() const \value TopStackedNativeChildWindows The platform supports native child windows via QWindowContainer without having to punch a transparent hole in the backingstore. (since 5.10) + + \value OpenGLOnRasterSurface The platform supports making a QOpenGLContext current + in combination with a QWindow of type RasterSurface. */ /*! |
