Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QFontDatabase] Get rid of some dead code
1. Checking if `db->count == 0` inside the `for (int x = 0; x < db->count; ++x)` loop makes absolutely no sense; 2. The family gets loaded just a line above (ensurePopulated()). Change-Id: I72dbd42565c4f5a5d9ff8879f10ee0ece7298fa7 Reviewed-by: Simon Hausmann <[email protected]>
- Loading branch information