diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-01 02:48:03 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-01 02:48:03 (GMT) |
commit | a26d7ada2ece592ae9447b4eae95c3add61a34d7 (patch) | |
tree | 784e0732276ea08b3daa336ccec87ccaa17896a1 /doc | |
parent | b5117243a50cca51cf8f77d153f0c400084134ef (diff) | |
parent | 67db3dc3b25e577a8389974bd06df9cd4b43059e (diff) | |
download | Qt-a26d7ada2ece592ae9447b4eae95c3add61a34d7.zip Qt-a26d7ada2ece592ae9447b4eae95c3add61a34d7.tar.gz Qt-a26d7ada2ece592ae9447b4eae95c3add61a34d7.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/modules.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc index 13658d8..6b2e64e 100644 --- a/doc/src/declarative/modules.qdoc +++ b/doc/src/declarative/modules.qdoc @@ -83,7 +83,7 @@ For either type of module, a \c qmldir file in the module directory defines the optional for location modules, but only for local filesystem content or a single remote content with a namespace. The second exception is explained in more detail in the section below on Namespaces. -\seciont2 The Import Path +\section2 The Import Path Installed modules are searched for on the import path. The \c -L option to the \l {Qt Declarative UI Runtime}{qml} runtime adds paths to the import path. |