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:
Laszlo Agocs 2022-09-01 16:40:43 +02:00
parent 261f527b5a
commit 8961469341
1 changed files with 2 additions and 0 deletions

View File

@ -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)