qt5base-lts/tests/auto/corelib
Denis Dzyubenko e62fe9ed4f Fixed QString::operator<(QLatin1String)
QLatin1String now has a constructor that takes explicit length, which makes it
possible to create QLatin1String that do not have null-termination character.
Fixed QString::operator> and < to be safe in that case.

In the same patch fixed qtjson which had operator< implemented in the same way.

QString::compare(QLatin1String) is still broken and will be fixed separately.

Change-Id: I48ec1183a6f44034129cc17312af854795085408
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-26 13:28:16 +01:00
..
animation Update contact information in license headers. 2012-01-23 04:04:33 +01:00
codecs Update contact information in license headers. 2012-01-23 04:04:33 +01:00
concurrent Update contact information in license headers. 2012-01-23 04:04:33 +01:00
global Update contact information in license headers. 2012-01-23 04:04:33 +01:00
io Cleanup mess in public type ids. 2012-01-25 21:08:08 +01:00
itemmodels add missing move* methods to QAbstractItemModel 2012-01-24 19:12:23 +01:00
json Fixed QString::operator<(QLatin1String) 2012-01-26 13:28:16 +01:00
kernel Mark the single argument containers as movable. 2012-01-26 13:15:47 +01:00
plugin Update contact information in license headers. 2012-01-23 04:04:33 +01:00
statemachine Update contact information in license headers. 2012-01-23 04:04:33 +01:00
thread Remove use of QT_MODULE from library 2012-01-25 10:19:44 +01:00
tools Fixed QString::operator<(QLatin1String) 2012-01-26 13:28:16 +01:00
xml Changed qxmlstream unittest to remove its created file after run. 2012-01-24 06:58:58 +01:00
corelib.pro Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00