diff options
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index c3bd1d2..1465b14 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -20,6 +20,8 @@ Bind -> Binding SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges +RunScriptAction -> ScriptAction +ParentChangeAction -> ParentAction Renamed properties: MouseRegion: xmin -> minimumX @@ -52,8 +54,6 @@ Pending Changes =============== Renamed elements: -RunScriptAction -> ScriptAction -ParentChangeAction -> ParentAction Renamed properties: Transition: fromState -> from |