diff options
author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2021-05-03 12:15:49 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2021-05-03 18:20:54 +0000 |
commit | 2423608d6c0fa55595db3fe0138b0be94307596b (patch) | |
tree | a85ec5a6560bcb7c47aba9ba184c73539ef4f3a2 | |
parent | 282f2da1be1312c36fb89c19cc705d233c0fc730 (diff) |
-rw-r--r-- | src/quick/items/qquickwindow.cpp | 4 |
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 |