1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

OP-984 Uncrustify.

This commit is contained in:
Fredrik Arvidsson 2014-01-09 19:52:56 +01:00
parent cd5fb01d7e
commit 3d8e3eb823
4 changed files with 8 additions and 9 deletions

View File

@ -234,7 +234,6 @@ void ConfigStabilizationWidget::onBoardConnected()
void ConfigStabilizationWidget::pidBankChanged(int index)
{
foreach(QTabBar * tabBar, m_pidTabBars) {
disconnect(tabBar, SIGNAL(currentChanged(int)), this, SLOT(pidBankChanged(int)));
tabBar->setCurrentIndex(index);