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

@@ -115,8 +115,6 @@ public:
void setComponentNode(const ModelNode &node);
QWidget *widget();
signals:
void componentListChanged(const QStringList &componentList);