doc: Add missing since 6.4 tag to QQRT::fromPaintDevice
Amends 43f705c3c0
Pick-to: 6.4
Change-Id: I9439ac9c3b45e5bd501c40ff4b7efcd18fdec01d
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
This commit is contained in:
parent
261f527b5a
commit
8961469341
|
@ -591,6 +591,8 @@ QQuickRenderTarget QQuickRenderTarget::fromRhiRenderTarget(QRhiRenderTarget *ren
|
|||
\note The QQuickRenderTarget does not take ownship of \a device, it is the
|
||||
caller's responsibility to ensure the object exists as long as necessary.
|
||||
|
||||
\since 6.4
|
||||
|
||||
\sa QQuickWindow::setRenderTarget(), QQuickRenderControl
|
||||
*/
|
||||
QQuickRenderTarget QQuickRenderTarget::fromPaintDevice(QPaintDevice *device)
|
||||
|
|
Loading…
Reference in New Issue