summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-02-06 14:05:05 +0100
committerPaul Wicking <paul.wicking@qt.io>2024-02-09 12:39:28 +0100
commita3bc8fc560c1b1d4b3173d142c5484fb0a85b11b (patch)
treeaface4c4f10b9f937b7c26155bb2f9d408986ee7 /src/gui/rhi
parentb28bad0b20719f72fb335a65f76382132e326ad0 (diff)
Doc: QRhi corrections
* There's no convenience header for the `QRhi` class, so add the `\inheaderfile` command to specify the correct include. * The `QRhi` class belongs to the `QtGuiPrivate` module; use the correct name. * QDoc needs to know about the QtGuiPrivate module. Add basic documentation for the private module. Task-number: QTBUG-121855 Task-number: QTBUG-121991 Change-Id: I1ffd729a5f9c928f4cf91ce7127f40c7733fc42f Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/rhi')
-rw-r--r--src/gui/rhi/qrhi.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/rhi/qrhi.cpp b/src/gui/rhi/qrhi.cpp
index e873e980ff..5f94250bc1 100644
--- a/src/gui/rhi/qrhi.cpp
+++ b/src/gui/rhi/qrhi.cpp
@@ -29,7 +29,8 @@ Q_LOGGING_CATEGORY(QRHI_LOG_INFO, "qt.rhi.general")
/*!
\class QRhi
\ingroup painting-3D
- \inmodule QtGui
+ \inmodule QtGuiPrivate
+ \inheaderfile rhi/qrhi.h
\since 6.6
\brief Accelerated 2D/3D graphics API abstraction.