From 38f71d89e58802ccd7cfafc17a776e1f22862aac Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 30 Nov 2021 11:25:05 +0100 Subject: Document that the vendorext property is deprecated Task-number: QTBUG-71360 Change-Id: I6651862a9a707f7e36884f6aeb0a3698fe86cbf9 Reviewed-by: Andy Shaw --- src/quickshapes/qquickshape.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/quickshapes/qquickshape.cpp') 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 -- cgit v1.2.3