Changeset 371 for trunk/src/gui/kernel/qapplication_pm.cpp
- Timestamp:
- Dec 2, 2009, 2:27:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r364 r371 223 223 default: f.setStretch(QFont::Unstretched); break; 224 224 } 225 f.setFamily( fm.szFamilyname);225 f.setFamily(QString::fromLocal8Bit(fm.szFamilyname)); 226 226 f.setPointSize(height); 227 227 }
Note:
See TracChangeset
for help on using the changeset viewer.