QmlDesigner: Fix design studio crash

Change-Id: Id88dbbf7a8526e1d616c4ca31d56863103713f1d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2019-06-07 16:14:11 +02:00
committed by Thomas Hartmann
parent 11093f1ed7
commit 6d55273fd9

View File

@@ -659,6 +659,9 @@ void PropertyEditorView::instanceInformationsChanged(const QMultiHash<ModelNode,
if (!m_selectedNode.isValid())
return;
if (!m_qmlBackEndForCurrentType)
return;
m_locked = true;
QList<InformationName> informationNameList = informationChangedHash.values(m_selectedNode);
if (informationNameList.contains(Anchor)