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"border",
|
||||
u"bottom",
|
||||
u"button",
|
||||
u"checkbox",
|
||||
u"clip",
|
||||
u"data",
|
||||
u"enabled",
|
||||
@@ -130,11 +128,9 @@ constexpr auto qmlDiscouragedIds = toSortedArray<std::u16string_view>(u"action",
|
||||
u"layer",
|
||||
u"left",
|
||||
u"margin",
|
||||
u"mouseArea",
|
||||
u"opacity",
|
||||
u"padding",
|
||||
u"parent",
|
||||
u"rectangle",
|
||||
u"right",
|
||||
u"scale",
|
||||
u"shaderInfo",
|
||||
@@ -143,10 +139,7 @@ constexpr auto qmlDiscouragedIds = toSortedArray<std::u16string_view>(u"action",
|
||||
u"spriteSequence",
|
||||
u"state",
|
||||
u"stateGroup",
|
||||
u"switch",
|
||||
u"text",
|
||||
u"textedit",
|
||||
u"textinput",
|
||||
u"texture",
|
||||
u"time",
|
||||
u"top",
|
||||
|
Reference in New Issue
Block a user