summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-03-18 12:18:26 +0100
committerLars Knoll <lars.knoll@qt.io>2020-03-30 11:32:57 +0100
commit3151c510e8696757c97bf0970531271af2eab50e (patch)
treec39f60d6b1bf6e3798fb560d40c4acaa42ce0407 /src/widgets/widgets/qlineedit.cpp
parent907652e1ed3c95e3fdb1620cec4d5a1034153398 (diff)
Remove some leftovers of QRegExpValidator
Amends dee55af0a5359bb3b57a89cf3065ffca9d8506da Change-Id: I59c02c6c289028abb86cdab1b2f2b3efdcea7821 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
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 0ba3611cfd..d6db6dd5bc 100644
--- a/src/widgets/widgets/qlineedit.cpp
+++ b/src/widgets/widgets/qlineedit.cpp
@@ -609,7 +609,7 @@ const QValidator * QLineEdit::validator() const
The initial setting is to have no input validator (i.e. any input
is accepted up to maxLength()).
- \sa validator(), hasAcceptableInput(), QIntValidator, QDoubleValidator, QRegExpValidator
+ \sa validator(), hasAcceptableInput(), QIntValidator, QDoubleValidator, QRegularExpressionValidator
*/
void QLineEdit::setValidator(const QValidator *v)