summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-11-23 09:06:01 +0000
committerMike Krus <mike.krus@kdab.com>2021-01-08 11:32:08 +0000
commitd2fe37b3480cc55cf301426d7fa40475080cc6f9 (patch)
tree8c0ef31cdc3d2f75f4eed7d851a6d22e793d4c00 /src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
parenteee0fca4abc800883dde40559290403e7e550d14 (diff)
Update QQMLPropertyList API
Use lambdas with local typedefs for index type Change-Id: I2876c71d619815e7e777f936e8bb0835b8269336 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h')
-rw-r--r--src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h b/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
index bea39deb7..300608850 100644
--- a/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
+++ b/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
@@ -73,15 +73,6 @@ public:
}
QQmlListProperty<Qt3DAnimation::QMorphTarget> morphTargets();
-
-private:
-
- static void appendMorphTarget(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list,
- Qt3DAnimation::QMorphTarget *morphTarget);
- static Qt3DAnimation::QMorphTarget *morphTargetAt(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list,
- qsizetype index);
- static qsizetype morphTargetCount(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list);
- static void clearMorphTargets(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list);
};
} // namespace Quick