aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-05-03 12:15:49 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-03 18:20:54 +0000
commit2423608d6c0fa55595db3fe0138b0be94307596b (patch)
treea85ec5a6560bcb7c47aba9ba184c73539ef4f3a2 /src/quick/items/qquickwindow.cpp
parent282f2da1be1312c36fb89c19cc705d233c0fc730 (diff)
Doc: Add a link to the page where the backends are listedv6.1.0
Considering that there is lot more to know about the backend value, link to a topic where this info. is covered is better than list the values in the function documentation. Fixes: QTBUG-93083 Change-Id: I4ae714685395e9c37de82d9a3ee42220a1f07f89 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit cc58bdfb57f6fe15113b797cad4d0486c9957ac6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 697e5b3410..5ebddfd038 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -3715,7 +3715,9 @@ QSGRendererInterface::GraphicsApi QQuickWindow::graphicsApi()
\note The call to the function must happen before constructing the first
QQuickWindow in the application. It cannot be changed afterwards.
- If \a backend is invalid or an error occurs, the request is ignored.
+ See \l{Switch Between Adaptations in Your Application} for more information
+ about the list of backends. If \a backend is invalid or an error occurs, the
+ request is ignored.
\note Calling this function is equivalent to setting the
\c QT_QUICK_BACKEND or \c QMLSCENE_DEVICE environment variables. However, this