QmlDesigner: Keep export property alias if changing id
If the id of a ModelNode is changed the expression of an exporting property
(property alias id: id) is changed but not the property name.
So we get property alias oldId: newId.
To keep the exports consistent this code adjusts the property name
to the new id.
Change-Id: Ibd9c9f4a2e755fbfb7beeed458ea45270db7f666
Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
Showing
Please register or sign in to comment