Commit 4caea33d authored by Michael Brüning's avatar Michael Brüning
Browse files

[Doc] Correct the name of WebEngineNewViewRequest::userInitiated QML property.


It was named isUserInitiated, which is the name of the C++ method used
internally, not the name of the QML property.

Task-number: QTBUG-48699
Change-Id: I82d69e3c2e011f1cffadc106322709d2b22ef275
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
Showing with 1 addition and 1 deletion
......@@ -69,7 +69,7 @@ QQuickWebEngineView::NewViewDestination QQuickWebEngineNewViewRequest::destinati
}
/*!
\qmlproperty bool WebEngineNewViewRequest::isUserInitiated
\qmlproperty bool WebEngineNewViewRequest::userInitiated
Whether this window request was directly triggered as the result of a keyboard or mouse event.
Use this property to block possibly unwanted \e popups.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment