aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2025-06-26 18:53:23 +0200
committerDavid Faure <[email protected]>2025-07-01 18:23:43 +0200
commit8f474fae0f0f7040842df50e155df818249d3ebe (patch)
tree828b03c3e5837fc55a2313d3cfd3aecdbb05a87b /src
parenta08fb0fcec062214eb5c161f27199fe6f955c322 (diff)
Doc: remove outdated reference to QQuickRenderControl::grab()HEADdev
This method no longer exists, since the switch to RHI. Pick-to: 6.10 6.9 Change-Id: Ibf8cccfa0fe426bbe2814c017edffac9455c0650 Reviewed-by: Giuseppe D'Angelo <[email protected]> Reviewed-by: Laszlo Agocs <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickrendercontrol.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/items/qquickrendercontrol.cpp b/src/quick/items/qquickrendercontrol.cpp
index 3a92507141..b0145b62c5 100644
--- a/src/quick/items/qquickrendercontrol.cpp
+++ b/src/quick/items/qquickrendercontrol.cpp
@@ -104,10 +104,6 @@ QT_BEGIN_NAMESPACE
for example the scene's root item, once it is associated with the scene (the
QQuickWindow).
- \note In general QQuickRenderControl is supported in combination with all Qt
- Quick backends. However, some functionality, in particular grab(), may not be
- available in all cases.
-
\inmodule QtQuick
*/