aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/winextras/qquickjumplist_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/winextras/qquickjumplist_p.h')
-rw-r--r--src/imports/winextras/qquickjumplist_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/imports/winextras/qquickjumplist_p.h b/src/imports/winextras/qquickjumplist_p.h
index 25bf2e2..1127980 100644
--- a/src/imports/winextras/qquickjumplist_p.h
+++ b/src/imports/winextras/qquickjumplist_p.h
@@ -99,8 +99,9 @@ private Q_SLOTS:
private:
static void data_append(QQmlListProperty<QObject> *property, QObject *object);
- static int categories_count(QQmlListProperty<QQuickJumpListCategory> *property);
- static QQuickJumpListCategory *categories_at(QQmlListProperty<QQuickJumpListCategory> *property, int index);
+ static qsizetype categories_count(QQmlListProperty<QQuickJumpListCategory> *property);
+ static QQuickJumpListCategory *categories_at(QQmlListProperty<QQuickJumpListCategory> *property,
+ qsizetype index);
QQuickJumpListCategory *m_recent = nullptr;
QQuickJumpListCategory *m_frequent = nullptr;