summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Shalayel <[email protected]>2025-07-01 15:49:37 +0200
committerSami Shalayel <[email protected]>2025-07-01 16:56:57 +0200
commitf373265af5326d412538f28b57bc9a3bc2d67595 (patch)
tree33ab305f225110fe13bb75a963118d07ac555ca4
parentcc9baeba956629d31cd215667fb0435d245a1378 (diff)
alarms: add missing required propertyHEADdev
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.qml1
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