summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qlineedit.cpp')
-rw-r--r--src/widgets/widgets/qlineedit.cpp2
1 files changed, 1 insertions, 1 deletions
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().