Changeset 500 for trunk/src/gui/text/qfontdatabase.cpp
- Timestamp:
- Feb 2, 2010, 10:46:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase.cpp
r318 r500 582 582 : count(0), families(0), reregisterAppFonts(false) 583 583 #if defined(Q_WS_QWS) 584 , stream(0) 584 , stream(0) 585 #endif 586 #if defined(Q_WS_PM) 587 , valid(false) 585 588 #endif 586 589 { } … … 634 637 QStringList fallbackFamilies; 635 638 #endif 639 640 #if defined(Q_WS_PM) 641 bool valid; 642 #endif 636 643 }; 637 644 … … 640 647 QFontCache::instance()->clear(); 641 648 free(); 649 #if defined(Q_WS_PM) 650 valid = false; 651 #endif 642 652 emit static_cast<QApplication *>(QApplication::instance())->fontDatabaseChanged(); 643 653 }
Note:
See TracChangeset
for help on using the changeset viewer.