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

@@ -126,11 +126,6 @@ void SubcomponentEditorTool::clear()
emit cleared();
}
void SubcomponentEditorTool::graphicsObjectsChanged(const QList<QGraphicsObject*> &/*itemList*/)
{
}
void SubcomponentEditorTool::selectedItemsChanged(const QList<QGraphicsItem*> &/*itemList*/)
{