From 16e0d3b9fce45a711b6fe21458d3273d4953c82c Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 16 Jul 2012 14:08:36 +0200 Subject: Doc: Fix typo Task-number: QTBUG-23657 Change-Id: I1a931c92fb07806c80353b4c17ee86a0c09f8ad8 Reviewed-by: Casper van Donderen --- src/gui/widgets/qlineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widgets/qlineedit.cpp b/src/gui/widgets/qlineedit.cpp index 8a72864..375ba0e 100644 --- a/src/gui/widgets/qlineedit.cpp +++ b/src/gui/widgets/qlineedit.cpp @@ -230,7 +230,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(). -- cgit v0.12