forked from qt-creator/qt-creator
QML JS Debugger: Removed unused method from tools interface
This commit is contained in:
@@ -126,11 +126,6 @@ void SubcomponentEditorTool::clear()
|
||||
emit cleared();
|
||||
}
|
||||
|
||||
void SubcomponentEditorTool::graphicsObjectsChanged(const QList<QGraphicsObject*> &/*itemList*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SubcomponentEditorTool::selectedItemsChanged(const QList<QGraphicsItem*> &/*itemList*/)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user