summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-27 15:50:45 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-27 15:50:45 (GMT)
commitef629c2dc4fb42446e89c1b6fbe4160d8a5e6c9f (patch)
treeda25b5dd0d5f793c9b67686ccba319ccefa3ac25 /doc
parent339e3804abf1dbeac9fe89699c2dc4ebc94d5cdd (diff)
parent4a100d27cca824114c9bfa5e88096835fadd8a27 (diff)
downloadQt-ef629c2dc4fb42446e89c1b6fbe4160d8a5e6c9f.zip
Qt-ef629c2dc4fb42446e89c1b6fbe4160d8a5e6c9f.tar.gz
Qt-ef629c2dc4fb42446e89c1b6fbe4160d8a5e6c9f.tar.bz2
Merge branch 'qdoc-simplified' into 4.7
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/modules.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc
index 1dca28c..3bb69da 100644
--- a/doc/src/declarative/modules.qdoc
+++ b/doc/src/declarative/modules.qdoc
@@ -52,7 +52,7 @@ An \c import statement includes the module name, and possibly a version number.
This can be seen in the snippet commonly found at the top of QML files:
\qml
- import QtQuick 1.0
+import QtQuick 1.0
\endqml
This imports version 1.0 of the "QtQuick" module into the global namespace. (The QML