diff options
| author | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2025-02-07 12:25:36 +0100 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-02-20 03:08:07 +0000 |
| commit | 8bead2c29241f23e86fab1f42b326acd57b294b0 (patch) | |
| tree | 5e9f106d3aa645e34047bb373a503e1782f906ba | |
| parent | 954709ee7b2c55ad9a75b275c93297a594966fa4 (diff) | |
QQuickWidget: remove an obsolete documentation note
QQuickWidget can use RHI these days, so remove the "Qt 6 changes" note
that said that applications need to force an OpenGL backend.
Pick-to: 6.8
Change-Id: I8a7bd22e98b895dc4a12ae052c7f53f930bb3db2
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
(cherry picked from commit 07f9420af958e5455fe9ae7b68c5630a138c4080)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| -rw-r--r-- | src/quick/doc/src/qt6-changes.qdoc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/quick/doc/src/qt6-changes.qdoc b/src/quick/doc/src/qt6-changes.qdoc index 6c517f8257..f907bff6ad 100644 --- a/src/quick/doc/src/qt6-changes.qdoc +++ b/src/quick/doc/src/qt6-changes.qdoc @@ -108,15 +108,6 @@ QQuickItem's geometryChanged() function was renamed to \l{QQuickItem::}{geometryChange()}. - \section2 Changes to QQuickWidget - - QQuickWidget is functional only when the scenegraph is rendering with - OpenGL. It will not be functional when using another graphics API, such as - Vulkan or Metal. Applications relying on QQuickWidget should force the usage - of OpenGL by calling - \c{QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL)} in their - main() function. - \section2 Changes to QQuick* APIs \list |
