summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-02-13 10:21:11 +0100
committerPaul Wicking <paul.wicking@qt.io>2024-02-14 21:47:28 +0100
commit99b9eb7177beefc70ea53579a3f88825751ca6d2 (patch)
tree7570df7300a127a773b0f5ad623d91345dbcdd92 /src/gui/rhi
parentf157422c58475b3b818b0dddc31289e7105967c2 (diff)
Doc: Fix QDoc warnings for overloads
Change-Id: I9a77b6ea0026748c7f97f73b327118f7a9212d52 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/rhi')
-rw-r--r--src/gui/rhi/qrhi.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/rhi/qrhi.cpp b/src/gui/rhi/qrhi.cpp
index 60f4060827..60efc92527 100644
--- a/src/gui/rhi/qrhi.cpp
+++ b/src/gui/rhi/qrhi.cpp
@@ -8808,6 +8808,8 @@ void QRhiResourceUpdateBatch::uploadStaticBuffer(QRhiBuffer *buf, quint32 offset
}
/*!
+ \overload
+
Enqueues updating the entire QRhiBuffer \a buf created with the type
QRhiBuffer::Immutable or QRhiBuffer::Static.
*/