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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/quick3d/quick3d/items/quick3djoint_p.h b/src/quick3d/quick3d/items/quick3djoint_p.h
index 73dccc39d..6b755a420 100644
--- a/src/quick3d/quick3d/items/quick3djoint_p.h
+++ b/src/quick3d/quick3d/items/quick3djoint_p.h
@@ -72,12 +72,6 @@ public:
QQmlListProperty<Qt3DCore::QJoint> childJoints();
inline QJoint *parentJoint() const { return qobject_cast<QJoint*>(parent()); }
-
-private:
- static void appendJoint(QQmlListProperty<Qt3DCore::QJoint> *list, Qt3DCore::QJoint *obj);
- static QJoint *jointAt(QQmlListProperty<Qt3DCore::QJoint> *list, qsizetype index);
- static qsizetype jointCount(QQmlListProperty<Qt3DCore::QJoint> *list);
- static void clearJoints(QQmlListProperty<Qt3DCore::QJoint> *list);
};
} // namespace Quick