Skip to content

Commit 4caea33

Browse files
author
Michael Brüning
committed
[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: Topi Reiniö <[email protected]>
1 parent a907edc commit 4caea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webengine/api/qquickwebenginenewviewrequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ QQuickWebEngineView::NewViewDestination QQuickWebEngineNewViewRequest::destinati
6969
}
7070

7171
/*!
72-
\qmlproperty bool WebEngineNewViewRequest::isUserInitiated
72+
\qmlproperty bool WebEngineNewViewRequest::userInitiated
7373
Whether this window request was directly triggered as the result of a keyboard or mouse event.
7474
7575
Use this property to block possibly unwanted \e popups.

0 commit comments

Comments
 (0)