-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.8.0
-
None
-
e973e8a226f98d98b643b7b8e51b8ef12fa114fe
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.