summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/content/SpinSquare.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:17:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-24 01:17:38 (GMT)
commitdf432c12585e00b682776f5c8a879611a0f07ef7 (patch)
tree9e7e6ed4d2ae790310ddec0a2a8f6eefebe07e5f /examples/declarative/webview/content/SpinSquare.qml
parent9c6472491c9d5ac23696767388bdeb8337e2e0ee (diff)
downloadQt-df432c12585e00b682776f5c8a879611a0f07ef7.zip
Qt-df432c12585e00b682776f5c8a879611a0f07ef7.tar.gz
Qt-df432c12585e00b682776f5c8a879611a0f07ef7.tar.bz2
Fix WebViewSettings
More QML <-> JavaScript integration, with example. From Tapani Mikola
Diffstat (limited to 'examples/declarative/webview/content/SpinSquare.qml')
-rw-r--r--examples/declarative/webview/content/SpinSquare.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/webview/content/SpinSquare.qml b/examples/declarative/webview/content/SpinSquare.qml
index 57ad697..6d5ada3 100644
--- a/examples/declarative/webview/content/SpinSquare.qml
+++ b/examples/declarative/webview/content/SpinSquare.qml
@@ -1,8 +1,8 @@
import Qt 4.6
Item {
- properties var period : 250
- properties var color : "black"
+ property var period : 250
+ propert var color : "black"
id: Root
Item {