Skip to content

Use raw pointer instead of QPointer to track watchers

Nicolas Fella requested to merge work/raw into master

Using QPointer comes with a significant overhead since operator== performs internal syncronization

It's also not needed since the objects are removed when destroyed

Merge request reports