Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
QDS 4.7.0
-
2
-
c404ff84e (qds/dev)
-
QDS Oulu - 2025 Week 5/6
Description
effectcomposerview.cpp:
#ifdef QDS_USE_PROJECTSTORAGE // TODO: typeName() shouldn't be used with projectstorage. Needs alternative solution (using modules?) #else else if (node.metaInfo().typeName() == fullType) typeNodes.append(node); #endif
The above todo needs to be implemented to make this work.