forked from qt-creator/qt-creator
Shift perspective ownership to plugins
Change-Id: Id146ca771b4dc92f35cf156efbabae154f2d940f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -93,8 +93,6 @@ QmlProfilerViewManager::QmlProfilerViewManager(QObject *parent,
|
||||
}
|
||||
m_perspective->addWindow(m_statisticsView, Perspective::AddToTab, anchorDock);
|
||||
m_perspective->addWindow(anchorDock, Perspective::Raise, nullptr);
|
||||
|
||||
Debugger::registerPerspective(m_perspective);
|
||||
}
|
||||
|
||||
QmlProfilerViewManager::~QmlProfilerViewManager()
|
||||
|
||||
Reference in New Issue
Block a user