summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-05-14 14:51:46 +0200
committerLiang Qi <liang.qi@qt.io>2018-05-14 14:51:46 +0200
commit7e1b504f31dcdad0b055c1532209e44f81033bc9 (patch)
treeb7ab4b258a50af69179fa6efb4871c7218e475e1 /examples/widgets/doc/src
parent432df3f8c8504b333ecc76df4ce19a7b2c04ae77 (diff)
parent627de835b1b87280741eb96ae77ea42b1f6ef5dc (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Conflicts: mkspecs/features/qt_module_headers.prf tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp tests/auto/widgets/kernel/qwidget/BLACKLIST Change-Id: I2a08952d28d1d0e3d73f521a3d44700ce79ff16c
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/lineedits.qdoc2
1 files changed, 1 insertions, 1 deletions
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