docs: Reference QLineEdit::hasAcceptableInput() in setValidator()
Easy to miss otherwise and hasAcceptableInput() already references setValidator(). Change-Id: Id2d63050db670ab8f7150d7f76492664751cd2da Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>bb10
parent
1753d69607
commit
e655426e7a
|
|
@ -605,7 +605,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(), QIntValidator, QDoubleValidator, QRegExpValidator
|
||||
\sa validator(), hasAcceptableInput(), QIntValidator, QDoubleValidator, QRegExpValidator
|
||||
*/
|
||||
|
||||
void QLineEdit::setValidator(const QValidator *v)
|
||||
|
|
|
|||
Loading…
Reference in New Issue