forked from qt-creator/qt-creator
QmlDesigner.navigator: imports now update the NavigatorTreeView
This commit is contained in:
@@ -104,6 +104,17 @@ void NavigatorView::modelAboutToBeDetached(Model *model)
|
||||
AbstractView::modelAboutToBeDetached(model);
|
||||
}
|
||||
|
||||
void NavigatorView::importAdded(const Import &)
|
||||
{
|
||||
treeWidget()->update();
|
||||
}
|
||||
|
||||
void NavigatorView::importRemoved(const Import &)
|
||||
{
|
||||
treeWidget()->update();
|
||||
}
|
||||
|
||||
|
||||
void NavigatorView::nodeCreated(const ModelNode & /*createdNode*/)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user