forked from qt-creator/qt-creator
Revert "QmlDesigner: Add more ids to discouraged ids"
This reverts commit 8dbc5475c6
.
Reason for revert: Blocking those ids breaks to many existing examples/projects.
Change-Id: Ibbfedad63ab1535fcfa4f635c47e8da2ea30c2f0
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
committed by
Marco Bubke
parent
4c7e6c6992
commit
f3eaf3877b
@@ -116,8 +116,6 @@ constexpr auto qmlDiscouragedIds = toSortedArray<std::u16string_view>(u"action",
|
|||||||
u"baseState",
|
u"baseState",
|
||||||
u"border",
|
u"border",
|
||||||
u"bottom",
|
u"bottom",
|
||||||
u"button",
|
|
||||||
u"checkbox",
|
|
||||||
u"clip",
|
u"clip",
|
||||||
u"data",
|
u"data",
|
||||||
u"enabled",
|
u"enabled",
|
||||||
@@ -130,11 +128,9 @@ constexpr auto qmlDiscouragedIds = toSortedArray<std::u16string_view>(u"action",
|
|||||||
u"layer",
|
u"layer",
|
||||||
u"left",
|
u"left",
|
||||||
u"margin",
|
u"margin",
|
||||||
u"mouseArea",
|
|
||||||
u"opacity",
|
u"opacity",
|
||||||
u"padding",
|
u"padding",
|
||||||
u"parent",
|
u"parent",
|
||||||
u"rectangle",
|
|
||||||
u"right",
|
u"right",
|
||||||
u"scale",
|
u"scale",
|
||||||
u"shaderInfo",
|
u"shaderInfo",
|
||||||
@@ -143,10 +139,7 @@ constexpr auto qmlDiscouragedIds = toSortedArray<std::u16string_view>(u"action",
|
|||||||
u"spriteSequence",
|
u"spriteSequence",
|
||||||
u"state",
|
u"state",
|
||||||
u"stateGroup",
|
u"stateGroup",
|
||||||
u"switch",
|
|
||||||
u"text",
|
u"text",
|
||||||
u"textedit",
|
|
||||||
u"textinput",
|
|
||||||
u"texture",
|
u"texture",
|
||||||
u"time",
|
u"time",
|
||||||
u"top",
|
u"top",
|
||||||
|
Reference in New Issue
Block a user