diff options
author | Volker Hilsheimer <[email protected]> | 2025-07-14 10:17:46 +0200 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-07-14 23:02:22 +0200 |
commit | f78a66d66e4d36919edcb31349abbd4c016677ba (patch) | |
tree | 0433adc2f95f0e3d25b6a5c5d2569a00cfb714de | |
parent | 794373038952b4903b2671ed81b7ad71ad5ba122 (diff) |
We're reverting this addition in the 6.10 branch based on header review
discussion, so this will be new API in 6.11.
Task-number: QTBUG-137478
Change-Id: I3ba4682aac6395a2c4944c2af8d3cb492131c978
Reviewed-by: Laszlo Agocs <[email protected]>
-rw-r--r-- | src/gui/kernel/qsurfaceformat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qsurfaceformat.cpp b/src/gui/kernel/qsurfaceformat.cpp index 59c469ae6b6..b53e1a63870 100644 --- a/src/gui/kernel/qsurfaceformat.cpp +++ b/src/gui/kernel/qsurfaceformat.cpp @@ -552,7 +552,7 @@ void QSurfaceFormat::setAlphaBufferSize(int size) and used choice is the former (16-bit), for example when high dynamic range rendering is desired. - \since 6.10 + \since 6.11 \sa colorComponentType() */ @@ -567,7 +567,7 @@ void QSurfaceFormat::setColorComponentType(ColorComponentType type) /*! \return the color component type. - \since 6.10 + \since 6.11 \sa setColorComponentType() */ |