Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt Creator 4.15.1, Qt Creator 5.0.0-beta1
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.