aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-03 15:13:50 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-03 15:13:50 +1000
commitd3be822c1bc167878ae75943c39dfb3f40bb3800 (patch)
tree618231a44b61ebacc7e37d2cdd1d360d21f48cfb /doc
parent94c1a9d0e137a7c2adfd3ac86f3a439759306dc7 (diff)
Start QtQuick2 section of whats new.
With the minor MouseArea behaviour change.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/whatsnew.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index 6eb1548ab2..bf4b0df086 100644
--- a/doc/src/declarative/whatsnew.qdoc
+++ b/doc/src/declarative/whatsnew.qdoc
@@ -29,6 +29,12 @@
\title What's new in Qt Quick
\page qtquick-whatsnew.html
+\section1 Qt 5.0.0 includes QtQuick 2.0
+
+QtQuick 2.0 is a major update.
+
+MouseArea now propagates clicked, doubleClicked and pressAndHold differently.
+
\section1 Qt 4.7.4 includes QtQuick 1.1
QtQuick 1.1 is a minor feature update. \e {import QtQuick 1.1} to use the new features.