1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1628 Fixed a disconnect warning

This commit is contained in:
m_thread 2015-02-23 09:32:22 +01:00
parent 14d4156d1f
commit 970dedb93c

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()));
}
}