Changeset 419 for trunk/src


Ignore:
Timestamp:
Dec 11, 2009, 6:51:58 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Use UniStrcoll for QString::localeAwareCompare() (closes #115).

File:
1 edited

Legend:

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

    r2 r419  
    6060#endif
    6161
     62
     63
     64
     65
     66
    6267#include <private/qfunctions_p.h>
    6368
     
    33313336}
    33323337
    3333 #ifndef Q_WS_MAC
     3338#if
    33343339static QByteArray toLocal8Bit_helper(const QChar *data, int length)
    33353340{
     
    45694574    default:
    45704575        return 0;
     4576
     4577
     4578
     4579
     4580
     4581
     4582
     4583
     4584
     4585
     4586
     4587
     4588
     4589
     4590
     4591
     4592
     4593
     4594
    45714595    }
    45724596#elif defined (Q_OS_MAC)
Note: See TracChangeset for help on using the changeset viewer.