Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.x
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:
Description
The example code from QTBUG-66976 will warn of cyclic dependencies in singletons even when there are none (i.e. if you comment out the "onCompleted" handler in MyType.qml).
Cyclic dependency detected between "file:///home/max/Downloads/dependencytest/singletons/Singleton1. qml" and "file:///home/max/Downloads/dependencytest/singletons/Singleton2.qml" Cyclic dependency detected between "file:///home/max/Downloads/dependencytest/singletons/Singleton1. qml" and "file:///home/max/Downloads/dependencytest/helpers/MyType.qml"