summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:54:14 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:54:14 (GMT)
commit26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae (patch)
tree20b8bc98f322c2c0ca6fec58f6bf8828d4f6efdc /demos
parentc139d16df004721894c08e2c86ab2b3078c1d170 (diff)
downloadQt-26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae.zip
Qt-26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae.tar.gz
Qt-26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae.tar.bz2
follow syntax change
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/webbrowser/content/fieldtext/FieldText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/webbrowser/content/fieldtext/FieldText.qml b/demos/declarative/webbrowser/content/fieldtext/FieldText.qml
index 19b6acc..d282209 100644
--- a/demos/declarative/webbrowser/content/fieldtext/FieldText.qml
+++ b/demos/declarative/webbrowser/content/fieldtext/FieldText.qml
@@ -85,7 +85,7 @@ Item {
font.bold: true
text: label
opacity: textEdit.text == '' ? 1 : 0
- opacity: Behavior {
+ Behavior on opacity {
NumberAnimation {
property: "opacity"
duration: 250