Changeset 340
- Timestamp:
- Nov 23, 2009, 1:22:05 AM (16 years ago)
- Location:
- trunk/src/corelib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/codecs/qtextcodec.cpp
r135 r340 743 743 } 744 744 745 746 747 748 749 750 751 752 753 754 745 755 /*! 746 756 \class QTextCodec … … 1064 1074 return; 1065 1075 #endif 1076 1066 1077 localeMapper = c; 1067 1078 if (!localeMapper) -
trunk/src/corelib/kernel/qcoreapplication.cpp
r68 r340 497 497 d->appendApplicationPathToLibraryPaths(); 498 498 } 499 500 501 502 503 504 505 506 507 508 509 510 511 499 512 #endif 500 513
Note:
See TracChangeset
for help on using the changeset viewer.