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:
Klaus Basan
2017-11-23 03:28:59 +01:00
parent 909342e172
commit 12b2bc4181
3 changed files with 6 additions and 5 deletions

View File

@@ -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