Commit 5ad1d99
authored
Fix slint_debug_property build: missing '!' and debug_name var needed (slint-ui#10004)
* must be format!() instead of format()
* line 1192 uses a debug_name local variable, which got removed
Amends commit e11015e
("Two way binding with struct for the interpreter")1 parent 57b0f12 commit 5ad1d99
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1177 | 1180 | | |
1178 | 1181 | | |
1179 | 1182 | | |
1180 | 1183 | | |
1181 | 1184 | | |
1182 | | - | |
| 1185 | + | |
1183 | 1186 | | |
1184 | 1187 | | |
1185 | 1188 | | |
| |||
0 commit comments