qt5base-lts/tests/auto
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
..
bic Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compilerwarnings/data Update contact information in license headers. 2012-01-23 04:04:33 +01:00
corelib Fixed QString::operator<(QLatin1String) 2012-01-26 13:28:16 +01:00
dbus Update contact information in license headers. 2012-01-23 04:04:33 +01:00
gui Made QWindow::currentOrientation() a property. 2012-01-26 08:32:28 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network QAbstractSocket / QSslSocket: add API to pause and resume 2012-01-25 19:35:05 +01:00
opengl Update contact information in license headers. 2012-01-23 04:04:33 +01:00
other Make mid() and midRef() properly return empty, non-null objects 2012-01-24 17:36:11 +01:00
sql Update contact information in license headers. 2012-01-23 04:04:33 +01:00
testlib Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tools Update contact information in license headers. 2012-01-23 04:04:33 +01:00
widgets Remove QTextControl and QLineControl. 2012-01-25 22:35:12 +01:00
xml Update contact information in license headers. 2012-01-23 04:04:33 +01:00
auto.pro Re-enable 'make check' for tests/auto/widgets 2012-01-24 19:12:23 +01:00
network-settings.h Update contact information in license headers. 2012-01-23 04:04:33 +01:00
platformquirks.h Update contact information in license headers. 2012-01-23 04:04:33 +01:00
test.pl Update contact information in license headers. 2012-01-23 04:04:33 +01:00