Changeset 849
- Timestamp:
 - May 6, 2011, 7:39:25 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/corelib/tools/qstring.cpp (modified) (1 diff)
 
 
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.7.x. 4817 #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.
  