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

Merge branch 'thread/OP-1685_GUI_Fixes' into abeck/test-oneshot

This commit is contained in:
abeck70 2015-02-23 19:38:39 +11:00
commit 9701cbca84

View File

@ -135,7 +135,7 @@ ConfigOutputWidget::~ConfigOutputWidget()
disconnect(systemAlarmsObj, SIGNAL(objectUpdated(UAVObject *)), this, SLOT(updateWarnings(UAVObject *)));
foreach(OutputBankControls controls, m_banks) {
disconnect(controls.modeCombo(), SIGNAL(currentIndexChanged(int)), this, SLOT(onBankTypeChange(int)));
disconnect(controls.modeCombo(), SIGNAL(currentIndexChanged(int)), this, SLOT(onBankTypeChange()));
}
}