Skip to content

Commit

Permalink
doc: Fix up setGraphicsApi() since tag
Browse files Browse the repository at this point in the history
It's the [set]sceneGraphBackend() functions that are from 5.8, the new
functions in Qt 6 are since 6.0.

Pick-to: 6.5 6.4 6.2
Change-Id: If36f42615d53bd964f05ba42846b9322d8f1a0e4
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
  • Loading branch information
alpqr committed Dec 15, 2022
1 parent dad2537 commit 848f40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/items/qquickwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3880,7 +3880,7 @@ QSGRendererInterface *QQuickWindow::rendererInterface() const
graphics API based on the platform and other conditions, set \a api to
QSGRendererInterface::Unknown.
\since 5.8
\since 6.0
*/
void QQuickWindow::setGraphicsApi(QSGRendererInterface::GraphicsApi api)
{
Expand Down

0 comments on commit 848f40f

Please sign in to comment.