summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:56:53 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:56:53 (GMT)
commitfd7d730d04862095898773a781bb9a254d0aeb00 (patch)
tree35b21d07d349963acabcbc4a52b33a72c3d500c7 /src
parentfeb79bba984520fa30bad83eb4a6f34cfb86a697 (diff)
downloadQt-fd7d730d04862095898773a781bb9a254d0aeb00.zip
Qt-fd7d730d04862095898773a781bb9a254d0aeb00.tar.gz
Qt-fd7d730d04862095898773a781bb9a254d0aeb00.tar.bz2
doc
Diffstat (limited to 'src')
-rw-r--r--src/declarative/QmlChanges.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index 34e4834..c312abf 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -12,6 +12,7 @@ Connection: syntax and rename:
Connection { sender: a; signal: bar(); script: yyy }
becomes:
Connections { target: a; onFoo: xxx; onBar: yyy }
+Using WebView now requires "import org.webkit 1.0"
QmlView
-------