summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/items/quick3djoint_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3d/items/quick3djoint_p.h')
-rw-r--r--src/quick3d/quick3d/items/quick3djoint_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick3d/quick3d/items/quick3djoint_p.h b/src/quick3d/quick3d/items/quick3djoint_p.h
index d66419433..73dccc39d 100644
--- a/src/quick3d/quick3d/items/quick3djoint_p.h
+++ b/src/quick3d/quick3d/items/quick3djoint_p.h
@@ -75,8 +75,8 @@ public:
private:
static void appendJoint(QQmlListProperty<Qt3DCore::QJoint> *list, Qt3DCore::QJoint *obj);
- static QJoint *jointAt(QQmlListProperty<Qt3DCore::QJoint> *list, int index);
- static int jointCount(QQmlListProperty<Qt3DCore::QJoint> *list);
+ static QJoint *jointAt(QQmlListProperty<Qt3DCore::QJoint> *list, qsizetype index);
+ static qsizetype jointCount(QQmlListProperty<Qt3DCore::QJoint> *list);
static void clearJoints(QQmlListProperty<Qt3DCore::QJoint> *list);
};