Skip to content

Commit 0392f2c

Browse files
committed
Fix too many arguments warning in BlockClock
1 parent 09b02a2 commit 0392f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/components/BlockClock.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Item {
117117
}
118118
});
119119

120-
subText.estimatingChanged(subText.estimating);
120+
subText.estimatingChanged();
121121
}
122122

123123
ColorAnimation on color{

0 commit comments

Comments
 (0)