Fix qml warnings

This commit is contained in:
Tobias Fella
2025-09-02 15:36:21 +02:00
parent a2d64d2955
commit 6d18d1a237
2 changed files with 5 additions and 9 deletions

View File

@@ -17,9 +17,6 @@ RowLayout {
Repeater {
id: repeater
delegate: EmojiItem {
emoji: modelData.emoji
description: modelData.description
}
delegate: EmojiItem {}
}
}