Skip to content

Fix an issue with qtWorkletModel's operation observer.

David Thompson requested to merge dcthomp/smtk:oopsie into master

Now that ReadResource invokes its child read operators internally (such that they do not run observers), the worklets created by smtk::project::Read are not reported except through the created project-resource. The observer must look for created project resources accordingly.

Merge request reports