MapProxySource has only been added to QuickCharts master so is not
available in 5.70, so we cannot use it here. So replicate it using a bit
of JavaScript code.
Details
Details
- Reviewers
ngraham mart - Group Reviewers
Plasma - Commits
- R111:1d8f9a9024c0: Replace MapProxySource with some javascript code
Now works without 5.71
Diff Detail
Diff Detail
- Repository
- R111 KSysguard Library
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
| faces/import/SensorFace.qml | ||
|---|---|---|
| 49 | To match "Map"proxy source could have done ;) const controller = root.controller;
return controller.highPrioritySensorIds.map((sensor) => {
return controller.sensorColors[sensor];
}); | |