mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Remove not required function call
This commit is contained in:
parent
2284d98bcc
commit
46e42a5489
@ -685,7 +685,6 @@ void MainWindow::createDockPanels()
|
||||
dockWidget->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
|
||||
|
||||
m_pdmUiTableView = new caf::PdmUiTableView(dockWidget);
|
||||
m_pdmUiTableView->setSelectionRole(caf::SelectionManager::CURRENT);
|
||||
|
||||
dockWidget->setWidget(m_pdmUiTableView);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user