aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/timeline/plugins.qmltypes
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-17 15:52:50 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-18 14:53:33 +0000
commit88e6910f54fda1c4cfe6e711e0e1c53849dd030b (patch)
tree116cb5289241759d52ce51cd0c5e786f8c73793c /src/imports/timeline/plugins.qmltypes
parent3cd04bbe02ef9f48f9b99994dae326c81d0f11e6 (diff)
Rename Keyframes to KeyframeGroup
Change-Id: I3c31e2a3ab576e2293d1c8dd3d60b6d4550777e4 Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
Diffstat (limited to 'src/imports/timeline/plugins.qmltypes')
-rw-r--r--src/imports/timeline/plugins.qmltypes6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/timeline/plugins.qmltypes b/src/imports/timeline/plugins.qmltypes
index bc58326..a795dd0 100644
--- a/src/imports/timeline/plugins.qmltypes
+++ b/src/imports/timeline/plugins.qmltypes
@@ -27,14 +27,14 @@ Module {
Property { name: "startFrame"; type: "double" }
Property { name: "endFrame"; type: "double" }
Property { name: "currentFrame"; type: "double" }
- Property { name: "keyframes"; type: "QQuickKeyframes"; isList: true; isReadonly: true }
+ Property { name: "keyframes"; type: "QQuickKeyframeGroup"; isList: true; isReadonly: true }
Property { name: "enabled"; type: "bool" }
}
Component {
- name: "QQuickKeyframes"
+ name: "QQuickKeyframeGroup"
defaultProperty: "keyframes"
prototype: "QObject"
- exports: ["QtQuick.Timeline/Keyframes 1.0"]
+ exports: ["QtQuick.Timeline/KeyframeGroup 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "target"; type: "QObject"; isPointer: true }
Property { name: "property"; type: "string" }