diff options
Diffstat (limited to 'src/timeline/DelegateChooser.h')
-rw-r--r-- | src/timeline/DelegateChooser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/DelegateChooser.h b/src/timeline/DelegateChooser.h index 8f72e73b..c27f2c43 100644 --- a/src/timeline/DelegateChooser.h +++ b/src/timeline/DelegateChooser.h @@ -86,7 +86,7 @@ private: DelegateIncubator incubator{*this}; static void appendChoice(QQmlListProperty<DelegateChoice> *, DelegateChoice *); - static int choiceCount(QQmlListProperty<DelegateChoice> *); - static DelegateChoice *choice(QQmlListProperty<DelegateChoice> *, int index); + static qsizetype choiceCount(QQmlListProperty<DelegateChoice> *); + static DelegateChoice *choice(QQmlListProperty<DelegateChoice> *, qsizetype index); static void clearChoices(QQmlListProperty<DelegateChoice> *); }; |