Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: Qt Creator 4.15.1, Qt Creator 5.0.0-beta1
-
Fix Version/s: None
-
Component/s: Quick / QML Support
-
Labels:
Description
The following code snippet causes an annotation "Unknown component. (M300)"
import QtQuick 2.0 ListModel { ListElement { content: "foo" text: "bar" } }
import QtQuick 2.1 does not cause that.