QmlDesigner.AbstractView: remove widget()

We use now widgetInfo() instead.

Change-Id: Icaea8f012b380368b6479fa81d370236ea5a6781
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
(cherry picked from commit 54431a090c)
This commit is contained in:
Thomas Hartmann
2013-03-14 16:41:35 +01:00
parent 9201833389
commit 368b3acbdb
25 changed files with 5 additions and 82 deletions

View File

@@ -220,11 +220,6 @@ void DebugView::propertiesRemoved(const QList<AbstractProperty> &propertyList)
}
}
QWidget *DebugView::widget()
{
return 0;
}
void DebugView::auxiliaryDataChanged(const ModelNode &node, const PropertyName &name, const QVariant &data)
{
if (isDebugViewEnabled()) {