mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
@@ -56,7 +56,7 @@ namespace BlackSample
|
||||
qDebug() << "-- find by:";
|
||||
qDebug() << atcListFind.toQString();
|
||||
|
||||
CAtcStationList atcListSort = atcList.sortedBy(&CAtcStation::getBookedFromUtc, &CAtcStation::getCallsign, &CAtcStation::getControllerRealName);
|
||||
CAtcStationList atcListSort = atcList.sortedBy(&CAtcStation::getCallsign, &CAtcStation::getControllerRealName);
|
||||
qDebug() << "-- sort by:";
|
||||
qDebug() << atcListSort.toQString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user