mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
merge definition checks in initializeFontDb() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6717f4a716
commit
0461998834
1 changed files with 0 additions and 2 deletions
|
@ -698,9 +698,7 @@ static void initializeFontDb()
|
|||
#ifdef QFONTDATABASE_DEBUG
|
||||
FD_DEBUG("QFontDatabase: loaded FontConfig: %d ms", int(elapsedtimer.elapsed()));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef QT_NO_FONTCONFIG
|
||||
for (int i = 0; i < db->count; i++) {
|
||||
for (int j = 0; j < db->families[i]->count; ++j) { // each foundry
|
||||
QtFontFoundry *foundry = db->families[i]->foundries[j];
|
||||
|
|
Loading…
Add table
Reference in a new issue