diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 08:14:27 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-08-11 13:43:45 (GMT) |
commit | be79edc572527b33197b7258f5614a8ee9ac3679 (patch) | |
tree | c361a812585fa2ecc931322d95dc8ca3903da87a | |
parent | 2e95910564bab2fb1b298dac253f790668a2cf0d (diff) | |
download | Qt-be79edc572527b33197b7258f5614a8ee9ac3679.zip Qt-be79edc572527b33197b7258f5614a8ee9ac3679.tar.gz Qt-be79edc572527b33197b7258f5614a8ee9ac3679.tar.bz2 |
Fixed missing link tag in declarativeui.qdoc. Fix for QTBUG-12750
(cherry picked from commit ac355872573c7131e4b783cabe00c5656dc668af)
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 2 |
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} |