Replace manual binary search by a QHash
This reduce the size of the code considerably, allow to support
extension with more than 3 characters and considering that the list of
extension is less than 20 elements has no performance impact.
Replace manual binary search by a QHash Tags None Subscribers None
Description
Details
|