Ignore:
Timestamp:
May 16, 2011, 11:14:20 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qstring: Bumped version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/tools/qstring.cpp

    r849 r866  
    48154815        // note: we assume that data1 and data2 are zero-terminated (to avoid
    48164816        // creation of dumb deep copies) which is at least true for <= 4.7.x.
    4817 #if QT_VERSION < 0x040703
     4817#if QT_VERSION < 0x040703
    48184818        return UniStrcoll(localeObj, (UniChar*)data1, (UniChar *)data2);
    48194819#else
Note: See TracChangeset for help on using the changeset viewer.