summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h')
-rw-r--r--src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h b/src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h
index 8f81766ef..1f13f1d2f 100644
--- a/src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h
+++ b/src/quick3d/quick3drender/items/quick3drenderpassfilter_p.h
@@ -80,13 +80,13 @@ public:
private:
static void appendInclude(QQmlListProperty<QFilterKey> *list, QFilterKey *criterion);
- static QFilterKey *includeAt(QQmlListProperty<QFilterKey> *list, int index);
- static int includesCount(QQmlListProperty<QFilterKey> *list);
+ static QFilterKey *includeAt(QQmlListProperty<QFilterKey> *list, qsizetype index);
+ static qsizetype includesCount(QQmlListProperty<QFilterKey> *list);
static void clearIncludes(QQmlListProperty<QFilterKey> *list);
static void appendParameter(QQmlListProperty<QParameter> *list, QParameter *param);
- static QParameter *parameterAt(QQmlListProperty<QParameter> *list, int index);
- static int parametersCount(QQmlListProperty<QParameter> *list);
+ static QParameter *parameterAt(QQmlListProperty<QParameter> *list, qsizetype index);
+ static qsizetype parametersCount(QQmlListProperty<QParameter> *list);
static void clearParameterList(QQmlListProperty<QParameter> *list);
};