From 259266d546a4fa3bc0310b8018248ca43d852fec Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 16 Jul 2012 14:12:21 +0200 Subject: Doc: Fix typo Task-number: QTBUG-23657 Change-Id: I3115f45f743da5699aa13f31a0f2de013d428aba Reviewed-by: Casper van Donderen --- src/widgets/widgets/qlineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/widgets/qlineedit.cpp') 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(). -- cgit v1.2.3