mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-02 10:27:07 -04:00
Remove duplicate connect on currentChanged signal of the tab widget.
This commit is contained in:
parent
fec19b475e
commit
26436d764a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue