mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +08:00
refs #800 Fixed some implicit conversion warnings.
This commit is contained in:
committed by
Klaus Basan
parent
461474e29d
commit
5791de6860
@@ -555,7 +555,7 @@ namespace BlackSample
|
||||
timer.restart();
|
||||
CAircraftCfgEntriesList entriesList = testserviceInterface.getAircraftCfgEntriesList(5000);
|
||||
if (entriesList.size() != 5000) qDebug() << "wrong list size" << entriesList.size();
|
||||
int t5000 = timer.nsecsElapsed() / 1000000; // ms
|
||||
qint64 t5000 = timer.nsecsElapsed() / 1000000; // ms
|
||||
qDebug() << "Reading aircraft cfg entries in ms:" << t5000;
|
||||
|
||||
// object paths
|
||||
|
||||
Reference in New Issue
Block a user