summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brüning <michael.bruning@theqtcompany.com>2015-10-12 11:31:10 +0200
committerMichael Brüning <michael.bruning@theqtcompany.com>2015-10-12 10:25:14 +0000
commit4caea33d8f5ac4f40cf261856d07d8ad797fc013 (patch)
tree479427cea591e173411f74c8060dd0800ebaa899
parenta907edc50641ddc634934747ad3c158d05dc7361 (diff)
[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ö <topi.reinio@digia.com>
-rw-r--r--src/webengine/api/qquickwebenginenewviewrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebenginenewviewrequest.cpp b/src/webengine/api/qquickwebenginenewviewrequest.cpp
index 68ea73208..f66a44e5f 100644
--- a/src/webengine/api/qquickwebenginenewviewrequest.cpp
+++ b/src/webengine/api/qquickwebenginenewviewrequest.cpp
@@ -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.