Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QDS 4.8
-
None
Description
How to repro:
- Add new module e.g. under Generated.QtQuick3D
- Remove the added module
- Add the same module again
-> The first two steps will trigger AbstractView::exportedTypeNamesChanged, but the same type name will not get any more triggers if it is readded or again removed.
This would happen in actual usage of QDS e.g. when user imports 3D scene, deletes it, and reimports it within the same session.