forked from qt-creator/qt-creator
QmlJsCheck: Add more ids to negative lists
Since those are QML keywords those ids can create all kind of unexpected side effects. Change-Id: I9ecb9b0559c57d59104aacedfca505b559de9685 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -571,7 +571,9 @@ public:
|
||||
"color", "margin", "padding", "print", "border", "font",
|
||||
"text", "source", "state", "visible", "focus", "data",
|
||||
"clip", "layer", "scale", "enabled", "anchors",
|
||||
"texture", "shaderInfo", "sprite", "spriteSequence", "baseState"})
|
||||
"texture", "shaderInfo", "sprite", "spriteSequence", "baseState"
|
||||
"vector", "string", "url", "var", "point", "date", "size", "list",
|
||||
"enumeration"})
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user