QML JS Debugger: Removed unused method from tools interface

This commit is contained in:
Lasse Holmstedt
2010-07-30 17:00:49 +02:00
parent af80124876
commit 64f668fe1f
9 changed files with 0 additions and 26 deletions

View File

@@ -411,12 +411,6 @@ void SelectionTool::selectedItemsChanged(const QList<QGraphicsItem*> &itemList)
//m_resizeIndicator.setItems(toGraphicsObjectList(itemList));
}
void SelectionTool::graphicsObjectsChanged(const QList<QGraphicsObject*> &itemList)
{
m_selectionIndicator.updateItems(itemList);
//m_resizeIndicator.updateItems(itemList);
}
void SelectionTool::selectUnderPoint(QMouseEvent *event)
{
m_singleSelectionManipulator.begin(event->pos());