mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove duplicate connect on currentChanged signal of the tab widget.
This commit is contained in:
parent
fec19b475e
commit
26436d764a
@ -33,7 +33,6 @@ MainWindow::MainWindow()
|
||||
|
||||
setWindowIcon(dataPath()->applicationIcon());
|
||||
|
||||
connect(m_ui->tabWidget, SIGNAL(currentChanged(int)), SLOT(setMenuActionState()));
|
||||
connect(m_ui->tabWidget, SIGNAL(entrySelectionChanged(bool)), SLOT(setMenuActionState()));
|
||||
connect(m_ui->tabWidget, SIGNAL(currentWidgetIndexChanged(int)), SLOT(setMenuActionState(int)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user