diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-21 04:33:38 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-21 04:33:38 (GMT) |
commit | 8598114e3379df3a73d4ccc7760e3761ed55edf0 (patch) | |
tree | 9c8da15646795f34a194a7aa5485dce95dcd40e0 /src/declarative/QmlChanges.txt | |
parent | bc5b2b8ea1259bffdbdafe9d509fc675476fdb97 (diff) | |
download | Qt-8598114e3379df3a73d4ccc7760e3761ed55edf0.zip Qt-8598114e3379df3a73d4ccc7760e3761ed55edf0.tar.gz Qt-8598114e3379df3a73d4ccc7760e3761ed55edf0.tar.bz2 |
SetPropertyAction -> PropertyAction
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 1465b14..0f1bd1b 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -20,6 +20,7 @@ Bind -> Binding SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges +SetPropertyAction -> PropertyAction RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction |