Changeset 423 for trunk/src/gui/text/qfontdatabase_pm.cpp
- Timestamp:
- Dec 14, 2009, 8:18:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase_pm.cpp
r373 r423 319 319 QStringList files = fontCache.childGroups(); 320 320 foreach(QString file, files) { 321 file.replace( "|", "/");321 file.replace(); 322 322 knownFontFiles.insert(file, FileData()); 323 323 // note that QFileInfo is empty so the file will be considered as … … 401 401 402 402 // QSettings uses / for splitting into groups, suppress it 403 fileKey.replace( "/", "|");403 fileKey.replace(); 404 404 405 405 QList<FaceData> cachedFaces; … … 613 613 // remove from the both caches 614 614 QString fileKey = it.key(); 615 fileKey.replace( "/", "|");615 fileKey.replace(); 616 616 fontCache.remove(fileKey); 617 617 it = knownFontFiles.erase(it);
Note:
See TracChangeset
for help on using the changeset viewer.