diff options
author | Sami Shalayel <[email protected]> | 2025-07-01 15:49:37 +0200 |
---|---|---|
committer | Sami Shalayel <[email protected]> | 2025-07-01 16:56:57 +0200 |
commit | f373265af5326d412538f28b57bc9a3bc2d67595 (patch) | |
tree | 33ab305f225110fe13bb75a963118d07ac555ca4 | |
parent | cc9baeba956629d31cd215667fb0435d245a1378 (diff) |
Amends 01aa3d3a0f8ad20b5fae7f8927669aa88754829c that forgot to add the
index required property on TumblerDelegate.
Pick-to: 6.10 6.9 6.8
Fixes: QTBUG-138105
Change-Id: If5d624dbaa358b906308bcb7b973b12faa0d4b3a
Reviewed-by: Fabian Kosmale <[email protected]>
-rw-r--r-- | examples/tutorials/alarms/TumblerDelegate.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorials/alarms/TumblerDelegate.qml b/examples/tutorials/alarms/TumblerDelegate.qml index d82dcb377..8de66a53e 100644 --- a/examples/tutorials/alarms/TumblerDelegate.qml +++ b/examples/tutorials/alarms/TumblerDelegate.qml @@ -7,6 +7,7 @@ import QtQuick.Controls.Material Text { required property int modelData + required property int index text: modelData color: Tumbler.tumbler.Material.foreground font: Tumbler.tumbler.font |