From 2423608d6c0fa55595db3fe0138b0be94307596b Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Mon, 3 May 2021 12:15:49 +0200 Subject: Doc: Add a link to the page where the backends are listed 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 (cherry picked from commit cc58bdfb57f6fe15113b797cad4d0486c9957ac6) Reviewed-by: Qt Cherry-pick Bot --- src/quick/items/qquickwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/quick/items/qquickwindow.cpp') 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 -- cgit v1.2.3