Remove duplicate connect on currentChanged signal of the tab widget.

This commit is contained in:
Florian Geyer 2012-04-16 22:40:47 +02:00 committed by Felix Geyer
parent fec19b475e
commit 26436d764a

View File

@ -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)));