aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrendercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickrendercontrol.cpp')
-rw-r--r--src/quick/items/qquickrendercontrol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/items/qquickrendercontrol.cpp b/src/quick/items/qquickrendercontrol.cpp
index 7d1ee373b2..c7a1ad973d 100644
--- a/src/quick/items/qquickrendercontrol.cpp
+++ b/src/quick/items/qquickrendercontrol.cpp
@@ -278,6 +278,8 @@ int QQuickRenderControl::samples() const
responsibility to create a suitable QVulkanInstance and
\l{QWindow::setVulkanInstance()}{associate it} with the QQuickWindow.
+ Returns \c true on success, \c false otherwise.
+
\note This function does not need to be, and must not be, called when using
the \c software adaptation of Qt Quick.