aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-02-12 11:07:48 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-03-10 09:36:07 +0100
commit4034eea1ecd1b405363033567f70e62791705c0d (patch)
treeeedbc04c56315c558778a01364dc065a7c23d8b5 /src/quick/items/qquicktextinput.cpp
parent508a8baf850dbad59fc0578356d1a9327f27e911 (diff)
Remove hard-coded notes for 'Corresponding handler' for QML signals
QDoc will generate these notes automatically. Task-number: QTBUG-37355 Change-Id: I8ed058ecbbcc630ad0351f6ce167c3fa61936f6f Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/items/qquicktextinput.cpp')
-rw-r--r--src/quick/items/qquicktextinput.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/quick/items/qquicktextinput.cpp b/src/quick/items/qquicktextinput.cpp
index 6e0eb4e574..8f306daed2 100644
--- a/src/quick/items/qquicktextinput.cpp
+++ b/src/quick/items/qquicktextinput.cpp
@@ -1171,8 +1171,6 @@ bool QQuickTextInput::hasAcceptableInput() const
Note that if there is a \l validator or \l inputMask set on the text
input, the signal will only be emitted if the input is in an acceptable
state.
-
- The corresponding handler is \c onAccepted.
*/
/*!
@@ -1184,8 +1182,6 @@ bool QQuickTextInput::hasAcceptableInput() const
inputMask set on the text input and enter/return is pressed, this
signal will only be emitted if the input follows
the inputMask and the validator returns an acceptable state.
-
- The corresponding handler is \c onEditingFinished.
*/
/*!
@@ -1195,8 +1191,6 @@ bool QQuickTextInput::hasAcceptableInput() const
This signal is emitted whenever the text is edited. Unlike \c textChanged(),
this signal is not emitted when the text is changed programmatically, for example,
by changing the value of the \c text property or by calling \c clear().
-
- The corresponding handler is \c onTextEdited.
*/
#if QT_CONFIG(im)