Fix nul -> null in qml

This commit is contained in:
Luis Ángel San Martín 2023-05-20 14:50:32 +02:00
parent 153388ee94
commit 1744002658

View File

@ -531,7 +531,7 @@ Rectangle {
Repeater { Repeater {
id: letterers id: letterers
model: comicInfo ? comicInfo.getLetterers().length : nul model: comicInfo ? comicInfo.getLetterers().length : null
Column{ Column{
Text { Text {
color: infoTitleColor color: infoTitleColor