qt6-bb10/src/corelib
Marc Mutz e721cf1508 QCollatorSortKey: inline operator<
This code was duplicated in every qcollator_platform.cpp and identical everywhere,
except in _icu, which uses a QByteArray m_key and the implementation used
QByteArray::operator<, which is semantically and probably code-wise identical to
what the other implementations did (after inlining).

Inlining this function removes a potential maintenance problem and increases
speed without violating encapsulation.

Change-Id: If3e9d38a7d4326b49f0611a9f4187c53960e8a03
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-11-17 09:47:34 +01:00
..
animation Doc: Fix broken links 2013-11-05 00:29:01 +01:00
arch qatomic_cxx11: fix fetchAndAdd*() 2013-09-21 01:25:19 +02:00
codecs Allow non-character codes in utf8 strings 2013-10-17 09:50:58 +02:00
doc Doc: Move threading overviews from qtbase.git to qtdoc.git 2013-11-08 16:45:26 +01:00
global qcompilerdetection.h: add Q_COMPILER_UNIFORM_INIT 2013-11-15 06:30:53 +01:00
io QFileSelector: mark ctor explicit 2013-11-16 16:39:38 +01:00
itemmodels Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
json Allow non-character codes in utf8 strings 2013-10-17 09:50:58 +02:00
kernel Fix QCoreApplication documentation. 2013-11-15 11:02:36 +01:00
mimetypes Add missing Q_INIT_RESOURCE 2013-11-07 10:00:19 +01:00
plugin qcompilerdetection.h: add Q_COMPILER_UNIFORM_INIT 2013-11-15 06:30:53 +01:00
statemachine Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
thread QBasicAtomicInt: fix wrong comment about non-atomic API 2013-11-02 09:52:42 +01:00
tools QCollatorSortKey: inline operator< 2013-11-17 09:47:34 +01:00
xml remove dead code 2013-10-29 15:37:19 +01:00
Qt5CTestMacros.cmake Forward the correct compilers to the actual cmake tests. 2013-08-09 16:28:34 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in CMake: Add the qreal typedef type to the Qt5::Core target. 2013-11-04 16:25:39 +01:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Allow specifying a TARGET in invocations of macros. 2013-08-21 16:39:55 +02:00
QtCore.dynlist
corelib.pro use private linkage where possible 2013-10-31 19:49:32 +01:00
eval.pri