summaryrefslogtreecommitdiffstats
path: root/src/shared-main-lib/monitormodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared-main-lib/monitormodel.h')
-rw-r--r--src/shared-main-lib/monitormodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared-main-lib/monitormodel.h b/src/shared-main-lib/monitormodel.h
index b7d80e9a..bd6887ad 100644
--- a/src/shared-main-lib/monitormodel.h
+++ b/src/shared-main-lib/monitormodel.h
@@ -72,8 +72,8 @@ public:
QQmlListProperty<QObject> dataSources();
static void dataSources_append(QQmlListProperty<QObject> *property, QObject *value);
- static int dataSources_count(QQmlListProperty<QObject> *property);
- static QObject *dataSources_at(QQmlListProperty<QObject> *property, int index);
+ static qsizetype dataSources_count(QQmlListProperty<QObject> *property);
+ static QObject *dataSources_at(QQmlListProperty<QObject> *property, qsizetype index);
static void dataSources_clear(QQmlListProperty<QObject> *property);
int rowCount(const QModelIndex &parent = QModelIndex()) const override;