Skip to content

Commit 120ae1e

Browse files
committed
Merge #478: Fix too many arguments warning in BlockClock
0392f2c Fix too many arguments warning in BlockClock (johnny9) Pull request description: Fixes the following warning ``` expression for onCompleted@qrc:/qml/components/BlockClock.qml:120 Too many arguments, ignoring 1 ``` ACKs for top commit: hebasto: ACK 0392f2c, tested on Ubuntu 24.04. Tree-SHA512: b63de09e4a6d6c135375c46198227149dd814bcdd998c002e4fdd238320d2bfa72e302d995cfab5a215ab3850b9bb2859067875498648d60132a6ba1fba34452
2 parents 09b02a2 + 0392f2c commit 120ae1e

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)