Rename DockWidget::show() to DockWidget::open()

Since non-current tabs are open but not visible.
This commit is contained in:
Sergio Martins
2022-09-10 12:26:30 +01:00
parent 3cb6c2b8d0
commit cf44110033
9 changed files with 89 additions and 83 deletions

View File

@@ -97,7 +97,7 @@ void DockWidgetViewInterface::forceClose()
void DockWidgetViewInterface::show()
{
m_dockWidget->show();
m_dockWidget->open();
}
void DockWidgetViewInterface::raise()