mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T201, fixes for info object overview
* more detailed log info
* sort info objects so the correct value is obtained ("raw" names)
* check both "duplicate" strings
This commit is contained in:
@@ -38,6 +38,7 @@ namespace BlackMisc
|
||||
const CDbInfo info(CDbInfo::fromDatabaseJson(value.toObject()));
|
||||
infoObjects.push_back(info);
|
||||
}
|
||||
infoObjects.sortByKey(); // make sure the data are in proper order
|
||||
return infoObjects;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user