diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-07-16 12:08:36 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-16 12:18:51 (GMT) |
commit | 16e0d3b9fce45a711b6fe21458d3273d4953c82c (patch) | |
tree | 9b85fd5d1e55f12a99e8301a17495e61deab87b7 /src | |
parent | 90a277a4610c3ee02a6b4441e66311a9c5584b4c (diff) | |
download | Qt-16e0d3b9fce45a711b6fe21458d3273d4953c82c.zip Qt-16e0d3b9fce45a711b6fe21458d3273d4953c82c.tar.gz Qt-16e0d3b9fce45a711b6fe21458d3273d4953c82c.tar.bz2 |
Doc: Fix typo
Task-number: QTBUG-23657
Change-Id: I1a931c92fb07806c80353b4c17ee86a0c09f8ad8
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/qlineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(). |