forked from qt-creator/qt-creator
QmlDesigner.FormEditor: Add instancePropertyChange to tools
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
(cherry picked from commit 0edde8f83e)
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
7a5c8b3fcc
commit
95da38c5b0
@@ -268,6 +268,10 @@ void MoveTool::instancesParentChanged(const QList<FormEditorItem *> &itemList)
|
||||
m_moveManipulator.synchronizeInstanceParent(itemList);
|
||||
}
|
||||
|
||||
void MoveTool::instancePropertyChange(const QList<QPair<ModelNode, PropertyName> > & /*propertyList*/)
|
||||
{
|
||||
}
|
||||
|
||||
bool MoveTool::haveSameParent(const QList<FormEditorItem*> &itemList)
|
||||
{
|
||||
if (itemList.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user