26 qCWarning(ADSBVehicleLog) <<
"ICAO address mismatch expected:" <<
icaoAddress() <<
"actual:" << vehicleInfo.
icaoAddress;
30 qCDebug(ADSBVehicleLog) <<
"Updating" << QStringLiteral(
"%1 Flags: %2").arg(vehicleInfo.
icaoAddress, 0, 16).arg(vehicleInfo.
availableFlags.toInt(), 0, 2);
33 _lastUpdateTimer.start();
39 if (!alertChange && _lastPropertyUpdateTimer.isValid() && !_lastPropertyUpdateTimer.hasExpired(_propertyUpdateMinIntervalMs)) {
42 _lastPropertyUpdateTimer.start();