Changeset 849 for trunk/src/corelib/tools
- Timestamp:
- May 6, 2011, 7:39:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/tools/qstring.cpp
r846 r849 4814 4814 if (localeObj) { 4815 4815 // note: we assume that data1 and data2 are zero-terminated (to avoid 4816 // creation of dumb deep copies) which is at least true for <= 4. 6.x.4817 #if QT_VERSION < 0x04070 04816 // creation of dumb deep copies) which is at least true for <= 4..x. 4817 #if QT_VERSION < 0x04070 4818 4818 return UniStrcoll(localeObj, (UniChar*)data1, (UniChar *)data2); 4819 4819 #else
Note:
See TracChangeset
for help on using the changeset viewer.