summaryrefslogtreecommitdiffstats
path: root/src/controls/SpinBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/SpinBox.qml')
-rw-r--r--src/controls/SpinBox.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index ea9972093..999649b0c 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -180,9 +180,7 @@ Control {
\since QtQuick.Controls 1.1
This signal is emitted when the Return or Enter key is pressed or
- the control loses focus. Note that if there is a validator
- set on the control and enter/return is pressed, this signal will
- only be emitted if the validator returns an acceptable state.
+ the control loses focus.
The corresponding handler is \c onEditingFinished.
*/