Changeset 125 for trunk/src/gui/text/qfontdatabase_pm.cpp
- Timestamp:
- Aug 25, 2009, 4:54:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase_pm.cpp
r124 r125 43 43 44 44 #include "qabstractfileengine.h" 45 46 #include "qfontengine_pm_p.h" 45 47 46 48 QT_BEGIN_NAMESPACE … … 94 96 } else { 95 97 // @todo initializeDb() and stuff, get the engine 98 QFontDef fd = req; 99 fe = new QFontEnginePMFT(fd); 96 100 } 97 101 if (!fe) {
Note:
See TracChangeset
for help on using the changeset viewer.