summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3danimation
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2017-02-16 08:17:29 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-02-16 10:29:38 +0000
commitb3e5096537007b110536d1d9b6dcd895d1d26f22 (patch)
tree55b90069dc9eb3d52daeb00e2c768f4146b5bb0e /src/quick3d/quick3danimation
parent4908bb231e32ecf0673f9f2dfa651e23fb3d325f (diff)
Quick3DChannelMapper: make mappings the default property
Task-number: QTBUG-58900 Change-Id: Ie3bdb17d03242c22bf899aa4addcace03927bac9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/quick3d/quick3danimation')
-rw-r--r--src/quick3d/quick3danimation/items/quick3dchannelmapper_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick3d/quick3danimation/items/quick3dchannelmapper_p.h b/src/quick3d/quick3danimation/items/quick3dchannelmapper_p.h
index fddaae72d..e44efad68 100644
--- a/src/quick3d/quick3danimation/items/quick3dchannelmapper_p.h
+++ b/src/quick3d/quick3danimation/items/quick3dchannelmapper_p.h
@@ -66,6 +66,8 @@ class QT3DQUICKANIMATIONSHARED_PRIVATE_EXPORT Quick3DChannelMapper : public QOb
{
Q_OBJECT
Q_PROPERTY(QQmlListProperty<Qt3DAnimation::QChannelMapping> mappings READ qmlMappings CONSTANT)
+ Q_CLASSINFO("DefaultProperty", "mappings")
+
public:
explicit Quick3DChannelMapper(QObject *parent = nullptr);