-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2
-
150846b5c66fb0474ffa272303e68622c9d8f784
Running qmllint for:
import QtQuick Text { font.pixelSize: "foobar" }
seems to work fine despite a type mismatch: a string couldn't be assigned to an integer (this is at least true for attached properties).
Given that attached property case of the same nature is handled correctly, I'm surprised how come group properties are not processed in the same way. Something is fishy there.
- depends on
-
QTBUG-95857 qmllint: Can't verify literal bindings
-
- Closed
-
- split from
-
QTBUG-91633 qmllint: Support type checking bindings
-
- Closed
-