summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/whatsnew.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/declarative/whatsnew.qdoc')
-rw-r--r--src/doc/src/declarative/whatsnew.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/whatsnew.qdoc b/src/doc/src/declarative/whatsnew.qdoc
index 99cf900b..5cc9cbb5 100644
--- a/src/doc/src/declarative/whatsnew.qdoc
+++ b/src/doc/src/declarative/whatsnew.qdoc
@@ -175,7 +175,7 @@ The change for developers is very simple - where you previously wrote
\e {import Qt 4.7}, just replace it with \e {import QtQuick 1.0}, like this:
\code
-import QtQuick 1.0
+import QtQuick 1.0
Text {
text: "Welcome to QtQuick 1.0!"