mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refactor: clang format line length
This commit is contained in:
@@ -53,7 +53,8 @@ namespace swift::sample
|
||||
qDebug() << "-- list:";
|
||||
qDebug() << atcList.toQString();
|
||||
|
||||
CAtcStationList atcListFind = atcList.findBy(&CAtcStation::getCallsign, "eddm_twr", &CAtcStation::getFrequency, CFrequency(118.7, CFrequencyUnit::MHz()));
|
||||
CAtcStationList atcListFind = atcList.findBy(&CAtcStation::getCallsign, "eddm_twr", &CAtcStation::getFrequency,
|
||||
CFrequency(118.7, CFrequencyUnit::MHz()));
|
||||
qDebug() << "-- find by:";
|
||||
qDebug() << atcListFind.toQString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user