-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.0
-
None
Following simple example cause the app running the qml code to crash:
Loader {
width: 360
height: 360
asynchronous: true
sourceComponent: ComboBox {
model: [ "Banana", "Apple", "Coconut" ]
}
}
- duplicates
-
QTBUG-36410 Application crashes when using Instantiator with asynchronous Loader
-
- Closed
-