summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginedialogrequests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/api/qquickwebenginedialogrequests.cpp')
-rw-r--r--src/webengine/api/qquickwebenginedialogrequests.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/webengine/api/qquickwebenginedialogrequests.cpp b/src/webengine/api/qquickwebenginedialogrequests.cpp
index 641793e12..c57f4c76f 100644
--- a/src/webengine/api/qquickwebenginedialogrequests.cpp
+++ b/src/webengine/api/qquickwebenginedialogrequests.cpp
@@ -312,11 +312,10 @@ QString QQuickWebEngineJavaScriptDialogRequest::message() const
}
/*!
- \qmlproperty string JavaScriptDialogRequest::defaultPrompt
+ \qmlproperty string JavaScriptDialogRequest::defaultText
\readonly
- The default text if the requested dialog box is of
- the \l type PromptDialog.
+ The default prompt text, if the requested dialog is a prompt.
*/
@@ -811,7 +810,7 @@ QString QQuickWebEngineFormValidationMessageRequest::subText() const
}
/*!
- \qmlproperty enumeration ValidationMessageRequest::type
+ \qmlproperty enumeration FormValidationMessageRequest::type
\readonly
The type of the form validation message request.