summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/modules.qdoc
diff options
context:
space:
mode:
authorA-Team <ateam@pad.test.qt.nokia.com>2010-12-20 23:00:22 (GMT)
committerA-Team <ateam@pad.test.qt.nokia.com>2010-12-20 23:00:22 (GMT)
commit6e8ee41d64fe0dfa86995402954b2cbfede48d21 (patch)
treec9dac16f9b43f224c7d320674ad433642afe13ec /doc/src/declarative/modules.qdoc
parent7317b84067387b6b0350a28d6c63e8d7f6945829 (diff)
parent987a683ff51997cb23cb931af99c6554651742d7 (diff)
downloadQt-6e8ee41d64fe0dfa86995402954b2cbfede48d21.zip
Qt-6e8ee41d64fe0dfa86995402954b2cbfede48d21.tar.gz
Qt-6e8ee41d64fe0dfa86995402954b2cbfede48d21.tar.bz2
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'doc/src/declarative/modules.qdoc')
-rw-r--r--doc/src/declarative/modules.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc
index 2a2e4ff..8d23170 100644
--- a/doc/src/declarative/modules.qdoc
+++ b/doc/src/declarative/modules.qdoc
@@ -216,6 +216,8 @@ JavaScript files must always be imported with a named import:
}
\endqml
+The qualifier ("MyScript" in the above example) must be unique within the QML document.
+Unlike ordinary modules, multiple scripts cannot be imported into the same namespace.
\section1 Writing a qmldir file