forked from qt-creator/qt-creator
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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user