mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
849f7845a1
we now emit data changes column by column emitting a dataChanged that spans multiple columns kills performance (CPU shoots up) this is probably because we configure the sort/filter proxy to be dynamic this happens when calling setDynamicSortFilter(true) on it which we do