Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.0.0, 5.0.1
-
Fix Version/s: 5.0.2
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
Description
The code below crashes because path is empty.
import QtQuick 2.0
PathView {
width: 360
height: 360model: 1
delegate: Item {}
}