summaryrefslogtreecommitdiffstats
path: root/src/window-lib/windowitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-lib/windowitem.h')
-rw-r--r--src/window-lib/windowitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-lib/windowitem.h b/src/window-lib/windowitem.h
index d6712070..5de036ee 100644
--- a/src/window-lib/windowitem.h
+++ b/src/window-lib/windowitem.h
@@ -88,8 +88,8 @@ public:
QQmlListProperty<QObject> contentItemData();
static void contentItemData_append(QQmlListProperty<QObject> *property, QObject *value);
- static int contentItemData_count(QQmlListProperty<QObject> *property);
- static QObject *contentItemData_at(QQmlListProperty<QObject> *property, int index);
+ static qsizetype contentItemData_count(QQmlListProperty<QObject> *property);
+ static QObject *contentItemData_at(QQmlListProperty<QObject> *property, qsizetype index);
static void contentItemData_clear(QQmlListProperty<QObject> *property);
protected: