diff --git a/src/widgets/widgets/qlineedit.cpp b/src/widgets/widgets/qlineedit.cpp index 590a006bad..162a1e3778 100644 --- a/src/widgets/widgets/qlineedit.cpp +++ b/src/widgets/widgets/qlineedit.cpp @@ -231,7 +231,7 @@ void QLineEdit::initStyleOption(QStyleOptionFrame *option) const \fn void QLineEdit::textEdited(const QString &text) This signal is emitted whenever the text is edited. The \a text - argument is the next text. + argument is the new text. Unlike textChanged(), this signal is not emitted when the text is changed programmatically, for example, by calling setText().