Skip to content

Rewrite PulseObjectFilterModel to native C++ class

ivan tkachenko requested to merge work/r/model into master

This is way more type-safe and understandable than a QML/JS component.

Also, I started getting "Cannot assign object of type X to to property of type X" error about this model too, even though there is no custom QQmlEngine is the whole plasma-pa.

Merge request reports