Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
f4e2177d4 (dev), af85caec8 (6.8)
Description
Open any QML project in QtCreator 14 with a Qt 6.8 kit.
Try to get completion for the following:
Component.onCompleted: {
var foo = Qt.point(0, 0).<CTRL+SPACE>
}
The expectation is that it will list all the properties of point e.g. x and y.