From fae53562ae23ac99621c1987522015c0da59e374 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Wed, 25 Apr 2018 19:59:20 +0200 Subject: QLineEdit example: fix link to QLineEdit::setInputMask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a typo to properly link to setInputMask instead setMask. Task-number: QTBUG-61775 Change-Id: I0cb00de8dcaece613467e25b41e93661d6e98308 Reviewed-by: Paul Wicking Reviewed-by: André Hartmann Reviewed-by: Venugopal Shivashankar --- examples/widgets/doc/src/lineedits.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/doc/src/lineedits.qdoc b/examples/widgets/doc/src/lineedits.qdoc index 5cf321bbb1..08de3c08dd 100644 --- a/examples/widgets/doc/src/lineedits.qdoc +++ b/examples/widgets/doc/src/lineedits.qdoc @@ -148,7 +148,7 @@ \snippet widgets/lineedits/window.cpp 12 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 \c accessChanged() slot handles changes to the combobox in the -- cgit v1.2.3