Ignore:
Timestamp:
May 6, 2011, 7:39:25 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

QString: Bump the checked Qt version to 4.7.3.

File:
1 edited

Legend:

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

    r846 r849  
    48144814    if (localeObj) {
    48154815        // 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 < 0x040700
     4816        // creation of dumb deep copies) which is at least true for <= 4..x.
     4817#if QT_VERSION < 0x04070
    48184818        return UniStrcoll(localeObj, (UniChar*)data1, (UniChar *)data2);
    48194819#else
Note: See TracChangeset for help on using the changeset viewer.