forked from qt-creator/qt-creator
QmlDesigner: Fix property removed notification
Fixes: QDS-3568 Change-Id: I1ebda86dfccbdda8fe2953604c40d1853be95b9e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -613,6 +613,8 @@ void ModelPrivate::notifyPropertiesRemoved(const QList<PropertyPair> &propertyPa
|
|||||||
AbstractProperty newProperty(propertyPair.second, propertyPair.first, m_model, view);
|
AbstractProperty newProperty(propertyPair.second, propertyPair.first, m_model, view);
|
||||||
propertyList.append(newProperty);
|
propertyList.append(newProperty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
view->propertiesRemoved(propertyList);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user