diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-28 05:17:04 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-28 05:17:04 (GMT) |
commit | d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43 (patch) | |
tree | 1912bcf8f7161f5019c74067d274d597b1b1a1cc /examples | |
parent | 1a742b1a1c646d7941f3f714b21c2ef927a0390b (diff) | |
download | Qt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.zip Qt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.tar.gz Qt-d52e5a6cf3fd4471027dd502a6c41ad03a1bdc43.tar.bz2 |
doc
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/webview/newwindows.qml | 2 |
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 |