diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-18 22:44:12 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-18 22:44:12 (GMT) |
commit | 0b991014c55d02211eee01cad44b4ca4a2edb07d (patch) | |
tree | b539db5897af325432ee5e4b9497903da20a9f67 /doc/src/declarative/globalobject.qdoc | |
parent | 03388d548159f33c7829b54e911ebb9bc5fd3550 (diff) | |
download | Qt-0b991014c55d02211eee01cad44b4ca4a2edb07d.zip Qt-0b991014c55d02211eee01cad44b4ca4a2edb07d.tar.gz Qt-0b991014c55d02211eee01cad44b4ca4a2edb07d.tar.bz2 |
Doc.
Diffstat (limited to 'doc/src/declarative/globalobject.qdoc')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index 6d9d1f2..e983ad0 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -131,7 +131,7 @@ The following functions on the global object allow you to dynamically create QML items from files or strings. You can also dynamically create objects in a declarative manner, using items -such as ListView, Repeater and Loader. +such as ListView, \l Repeater and \l Loader. \section2 createComponent(url file) This function takes the URL of a QML file as its only argument. It returns |