Changeset 659 for trunk/src/corelib/tools/qstring.cpp
- Timestamp:
- Mar 8, 2010, 5:09:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/tools/qstring.cpp
r651 r659 4654 4654 if (localeObj) { 4655 4655 // note: we assume that data1 and data2 are zero-terminated (to avoid 4656 // creation of dumb deep copies) which is at least true for <= 4.6. 1.4657 #if QT_VERSION < = 0x0406014656 // creation of dumb deep copies) which is at least true for <= 4.6.. 4657 #if QT_VERSION < 4658 4658 return UniStrcoll(localeObj, (UniChar*)data1, (UniChar *)data2); 4659 4659 #else
Note:
See TracChangeset
for help on using the changeset viewer.