summaryrefslogtreecommitdiffstats
path: root/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeoroutemodel_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h b/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
index d5286cf7..b6405b16 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
@@ -256,8 +256,8 @@ protected:
// For quickChildren
static void append(QQmlListProperty<QObject> *p, QObject *v);
- static int count(QQmlListProperty<QObject> *p);
- static QObject *at(QQmlListProperty<QObject> *p, int idx);
+ static qsizetype count(QQmlListProperty<QObject> *p);
+ static QObject *at(QQmlListProperty<QObject> *p, qsizetype idx);
static void clear(QQmlListProperty<QObject> *p);
QQmlListProperty<QObject> declarativeChildren();
QList<QObject*> m_children;
@@ -448,8 +448,8 @@ private Q_SLOTS:
protected:
static void append(QQmlListProperty<QObject> *p, QObject *v);
- static int count(QQmlListProperty<QObject> *p);
- static QObject *at(QQmlListProperty<QObject> *p, int idx);
+ static qsizetype count(QQmlListProperty<QObject> *p);
+ static QObject *at(QQmlListProperty<QObject> *p, qsizetype idx);
static void clear(QQmlListProperty<QObject> *p);
QQmlListProperty<QObject> declarativeChildren();