diff options
author | Laszlo Agocs <[email protected]> | 2025-03-18 10:48:48 +0100 |
---|---|---|
committer | Laszlo Agocs <[email protected]> | 2025-03-18 18:25:51 +0100 |
commit | 00155dabf354ce19c9eb381f351a6cf10788bf32 (patch) | |
tree | a5ca862c457baa5351f4d4867ae5cc236caa46de | |
parent | 6a64722fb391560d17f3065cfdc122ecb0b39ff1 (diff) |
Remove 6.7 preliminary tag for QRhiWidget
Pick-to: 6.9 6.8
Change-Id: Iab453b9c0cf4f158f9ca13294dcd053fb35daf93
Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r-- | src/widgets/kernel/qrhiwidget.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/kernel/qrhiwidget.cpp b/src/widgets/kernel/qrhiwidget.cpp index 8259715e98a..96dec9cd9e6 100644 --- a/src/widgets/kernel/qrhiwidget.cpp +++ b/src/widgets/kernel/qrhiwidget.cpp @@ -16,11 +16,6 @@ QT_BEGIN_NAMESPACE \brief The QRhiWidget class is a widget for rendering 3D graphics via an accelerated grapics API, such as Vulkan, Metal, or Direct 3D. - \preliminary - - \note QRhiWidget is in tech preview in Qt 6.7. \b {The API is under - development and subject to change.} - QRhiWidget provides functionality for displaying 3D content rendered through the \l QRhi APIs within a QWidget-based application. In many ways it is the portable equivalent of \l QOpenGLWidget that is not tied to a |