Doc: Fix typo

Task-number: QTBUG-23657
Change-Id: I3115f45f743da5699aa13f31a0f2de013d428aba
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-07-16 14:12:21 +02:00 committed by Qt by Nokia
parent 367ab7e9a9
commit 259266d546

View File

@ -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().