diff options
Diffstat (limited to 'src/gui')
-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(). |