Commit 79b1767
committed
Fix "Binding on indicator is not deferred"
Fixes:
"Binding on indicator is not deferred as requested by the
DeferredPropertyNames class info because it constitutes a group
property."
This fixes one instance of the Binding not deferred warning.
It also shows better form - where you should not infer the
implementation of a QML Item from another QML file that uses it. Alter
internals using toplevel properties instead.1 parent d68b543 commit 79b1767
File tree
2 files changed
+5
-2
lines changed- resources
- BaseComponents
- ObservationTabComponents
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments