summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender/items/quick3draycaster_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3drender/items/quick3draycaster_p_p.h')
-rw-r--r--src/quick3d/quick3drender/items/quick3draycaster_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick3d/quick3drender/items/quick3draycaster_p_p.h b/src/quick3d/quick3drender/items/quick3draycaster_p_p.h
index dec8dcfb6..096cae351 100644
--- a/src/quick3d/quick3drender/items/quick3draycaster_p_p.h
+++ b/src/quick3d/quick3drender/items/quick3draycaster_p_p.h
@@ -69,8 +69,8 @@ public:
explicit Quick3DRayCasterPrivate() : QAbstractRayCasterPrivate() { }
static void appendLayer(QQmlListProperty<QLayer> *list, QLayer *bar);
- static QLayer *layerAt(QQmlListProperty<QLayer> *list, int index);
- static int layerCount(QQmlListProperty<QLayer> *list);
+ static QLayer *layerAt(QQmlListProperty<QLayer> *list, qsizetype index);
+ static qsizetype layerCount(QQmlListProperty<QLayer> *list);
static void clearLayers(QQmlListProperty<QLayer> *list);
Q_DECLARE_PUBLIC(Quick3DRayCaster)