forked from qt-creator/qt-creator
QmlDesigner Fix for semicolon
Change-Id: I2cf3fa6186f7baaf05d243ef4e7d67e88469b5d9 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -301,7 +301,7 @@ bool PropertyEditorValue::isAvailable() const
|
||||
const bool itemHasChildren = QmlDesigner::QmlItemNode(m_modelNode).hasChildren();
|
||||
|
||||
if (itemHasChildren)
|
||||
return allowedItemProps.allowChildren
|
||||
return allowedItemProps.allowChildren;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user