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