QmlDesigner.formEditor: wire up instancesCompleted() to tools

This commit is contained in:
Thomas Hartmann
2010-12-10 22:46:18 +01:00
parent e4d2d8a2ed
commit d6a2e2ffef
14 changed files with 48 additions and 3 deletions

View File

@@ -233,6 +233,10 @@ void MoveTool::selectedItemsChanged(const QList<FormEditorItem*> &itemList)
updateMoveManipulator();
}
void MoveTool::instancesCompleted(const QList<FormEditorItem*> &itemList)
{
}
bool MoveTool::haveSameParent(const QList<FormEditorItem*> &itemList)
{
if (itemList.isEmpty())