forked from qt-creator/qt-creator
QML JS Debugger: Removed unused method from tools interface
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user