summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-02-02 18:21:07 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-06 02:55:23 +0100
commit6e7d9f457a099a169567351676d22b9d33aa93b9 (patch)
tree648adbeaf099f78cda9b62149f56707bb995355b /src/controls/ComboBox.qml
parente786b58cb1cf907d25728eb9f99096cb09fc9837 (diff)
downloadqtquickcontrols-6e7d9f457a099a169567351676d22b9d33aa93b9.tar.gz
Doc: Fix broken links
Change-Id: Ibf4431b20b61c5e16c6936775647ba3eb0049abe Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/controls/ComboBox.qml')
-rw-r--r--src/controls/ComboBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 4a9ce967..894e522e 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -195,8 +195,8 @@ Control {
an intermediate state. The accepted signal will only be sent
if the text is in an acceptable state when enter is pressed.
- Currently supported validators are \l{QtQuick2::IntValidator},
- \l{QtQuick2::DoubleValidator}, and \l{QtQuick2::RegExpValidator}. An
+ Currently supported validators are \l{QtQuick::}{IntValidator},
+ \l{QtQuick::}{DoubleValidator}, and \l{QtQuick::}{RegExpValidator}. An
example of using validators is shown below, which allows input of
integers between 11 and 31 into the text field: