QLineEdit example: fix link to QLineEdit::setInputMask

Fix a typo to properly link to setInputMask instead setMask.

Task-number: QTBUG-61775
Change-Id: I0cb00de8dcaece613467e25b41e93661d6e98308
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
Christian Ehrlicher 2018-04-25 19:59:20 +02:00
parent ebcc6687b0
commit fae53562ae

View File

@ -148,7 +148,7 @@
\snippet widgets/lineedits/window.cpp 12 \snippet widgets/lineedits/window.cpp 12
Each entry in the relevant combobox is associated with an input mask. We set Each entry in the relevant combobox is associated with an input mask. We set
a new mask by calling the QLineEdit::setMask() function with a suitable string; a new mask by calling the QLineEdit::setInputMask() function with a suitable string;
the mask is disabled if an empty string is used. the mask is disabled if an empty string is used.
The \c accessChanged() slot handles changes to the combobox in the The \c accessChanged() slot handles changes to the combobox in the