summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-09 01:10:43 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-09 01:15:29 (GMT)
commitb957118a2d2f44cec5f1a0709da26a5c685cc344 (patch)
treeff6375ac4eee91bf6a8531ee817f74976377f4d5 /examples/declarative/webview
parent931350a9cb24f30e6fd6c227dbdc40937d59a705 (diff)
downloadQt-b957118a2d2f44cec5f1a0709da26a5c685cc344.zip
Qt-b957118a2d2f44cec5f1a0709da26a5c685cc344.tar.gz
Qt-b957118a2d2f44cec5f1a0709da26a5c685cc344.tar.bz2
Fix example errors
Diffstat (limited to 'examples/declarative/webview')
-rw-r--r--examples/declarative/webview/content/FieldText.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/declarative/webview/content/FieldText.qml b/examples/declarative/webview/content/FieldText.qml
index fe55185..2adfbbf 100644
--- a/examples/declarative/webview/content/FieldText.qml
+++ b/examples/declarative/webview/content/FieldText.qml
@@ -10,7 +10,6 @@ Item {
signal cancelled
signal startEdit
- resources: [
Script {
function edit() {
@@ -36,7 +35,6 @@ Item {
}
}
- ]
Image {
id: cancelIcon