summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-28 05:17:04 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-28 05:17:04 (GMT)
commitd52e5a6cf3fd4471027dd502a6c41ad03a1bdc43 (patch)
tree1912bcf8f7161f5019c74067d274d597b1b1a1cc /examples
parent1a742b1a1c646d7941f3f714b21c2ef927a0390b (diff)
downloadQt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.zip
Qt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.tar.gz
Qt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.tar.bz2
doc
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/webview/newwindows.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/newwindows.qml b/examples/declarative/webview/newwindows.qml
index 7fd9d63..9ff902e2 100644
--- a/examples/declarative/webview/newwindows.qml
+++ b/examples/declarative/webview/newwindows.qml
@@ -1,7 +1,7 @@
// Demonstrates opening new WebViews from HTML
//
// Note that to open windows from JavaScript, you will need to
-// allow it with WebView.settings.javascriptCanOpenWindows: true
+// allow it on WebView with settings.javascriptCanOpenWindows: true
import Qt 4.6