mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #349, housekeeping
* formatting * tweaks (such as changing to new log style), * Doxygen * int instead of qint
This commit is contained in:
@@ -127,9 +127,11 @@ namespace BlackGui
|
||||
this->updateFrequencyDisplaysFromComSystems(com1, com2);
|
||||
|
||||
// update transponder
|
||||
qint32 tc = transponder.getTransponderCode();
|
||||
if (tc != static_cast<qint32>(this->ui->sbp_ComPanelTransponder->value()))
|
||||
int tc = transponder.getTransponderCode();
|
||||
if (tc != this->ui->sbp_ComPanelTransponder->value())
|
||||
{
|
||||
this->ui->sbp_ComPanelTransponder->setValue(tc);
|
||||
}
|
||||
|
||||
this->ui->cbp_ComPanelTransponderMode->setSelectedTransponderMode(transponder.getTransponderMode());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user