aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2021-11-30 11:25:05 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2021-12-01 15:46:31 +0100
commit38f71d89e58802ccd7cfafc17a776e1f22862aac (patch)
tree6489219f794f029c16be2e326c0ce3bcd913b1fa
parente7478f471b06f099d6cfc257a5309bdf4c54e9bc (diff)
Document that the vendorext property is deprecated
Task-number: QTBUG-71360 Change-Id: I6651862a9a707f7e36884f6aeb0a3698fe86cbf9 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--src/quickshapes/qquickshape.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quickshapes/qquickshape.cpp b/src/quickshapes/qquickshape.cpp
index 219090a5e6..a56ead6fe2 100644
--- a/src/quickshapes/qquickshape.cpp
+++ b/src/quickshapes/qquickshape.cpp
@@ -763,6 +763,13 @@ void QQuickShape::setAsynchronous(bool async)
performance. Setting the value to \c true is safe in any case since
rendering falls back to the default method when the vendor-specific
approach, such as \c GL_NV_path_rendering, is not supported at run time.
+
+ \deprecated
+
+ Changing the default value (false) is not recommended. In particular,
+ support for Shape.NvprRenderer will not be available in future Qt versions.
+ Applications experiencing rendering problems with the property set to true
+ are advised to set it to false.
*/
bool QQuickShape::vendorExtensionsEnabled() const