Avoid signal overloading

Choose a different name for them.

Change-Id: Ie2cc2c85dca72b7f7ff84c95fb0abd0a0e99a63d
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2020-11-17 14:18:49 +01:00
parent f54784cbbe
commit 2341609719
13 changed files with 19 additions and 19 deletions

View File

@@ -164,11 +164,11 @@ WorkspaceDialog::WorkspaceDialog(DockManager *manager, QWidget *parent)
m_ui.workspaceView,
&WorkspaceView::resetCurrentWorkspace);
connect(m_ui.workspaceView,
&WorkspaceView::activated,
&WorkspaceView::workspaceActivated,
m_ui.workspaceView,
&WorkspaceView::switchToCurrentWorkspace);
connect(m_ui.workspaceView,
&WorkspaceView::selected,
&WorkspaceView::workspacesSelected,
this,
&WorkspaceDialog::updateActions);
connect(m_ui.btImport,