Ignore:
Timestamp:
Mar 8, 2010, 5:09:44 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

global: Updated year to 2010 in OS/2-specific headers.

File:
1 edited

Legend:

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

    r651 r659  
    46544654    if (localeObj) {
    46554655        // note: we assume that data1 and data2 are zero-terminated (to avoid
    4656         // creation of dumb deep copies) which is at least true for <= 4.6.1.
    4657 #if QT_VERSION <= 0x040601
     4656        // creation of dumb deep copies) which is at least true for <= 4.6..
     4657#if QT_VERSION <
    46584658        return UniStrcoll(localeObj, (UniChar*)data1, (UniChar *)data2);
    46594659#else
Note: See TracChangeset for help on using the changeset viewer.