mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix nul -> null in qml
This commit is contained in:
parent
153388ee94
commit
1744002658
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user