summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-08-09 08:14:27 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-08-09 08:14:27 (GMT)
commitac355872573c7131e4b783cabe00c5656dc668af (patch)
tree713b6dbf0fa3eb2df943152689a667eaa7d2b490
parent8b0761d942ced89e34a8ee99de10f2f106f19396 (diff)
downloadQt-ac355872573c7131e4b783cabe00c5656dc668af.zip
Qt-ac355872573c7131e4b783cabe00c5656dc668af.tar.gz
Qt-ac355872573c7131e4b783cabe00c5656dc668af.tar.bz2
Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750
-rw-r--r--doc/src/declarative/declarativeui.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc
index 1fc9d69..b25d000 100644
--- a/doc/src/declarative/declarativeui.qdoc
+++ b/doc/src/declarative/declarativeui.qdoc
@@ -43,7 +43,7 @@ C++ module, you can load and interact with QML files from your Qt application.
QML provides mechanisms to declaratively build an object tree using
\l {QML Elements}{QML elements}. QML improves the integration between
-{http://www.ecma-international.org/publications/standards/Ecma-262.htm}{JavaScript}
+\l {http://www.ecma-international.org/publications/standards/Ecma-262.htm}{JavaScript}
and Qt's existing QObject based type
system, adds support for automatic \l {Property Binding}{property
bindings} and provides \l {Network Transparency}{network transparency}