summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-27 15:38:20 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-27 15:38:20 (GMT)
commit9d94a365582cfcc31cc10587413932a8f957e5ff (patch)
tree2f0b14813fb41e48156d4bb651ef1da5be99f922 /doc
parent67601dec71ee5b1ab1dd66bb55e00889bfeccb42 (diff)
downloadQt-9d94a365582cfcc31cc10587413932a8f957e5ff.zip
Qt-9d94a365582cfcc31cc10587413932a8f957e5ff.tar.gz
Qt-9d94a365582cfcc31cc10587413932a8f957e5ff.tar.bz2
Doc: Unindented a code snippet.
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