mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -244,7 +244,7 @@ namespace BlackMiscTest
|
||||
listOfLists2.back().setAdjustedSortHint(CAircraftSituationList::AdjustedTimestampLatestFirst);
|
||||
}
|
||||
|
||||
QTime time;
|
||||
QElapsedTimer time;
|
||||
int cpuTime = getThreadCpuTimeMs();
|
||||
time.start();
|
||||
for (int i = 0; i < Loops; ++i)
|
||||
|
||||
Reference in New Issue
Block a user